ABI encapsulations; generate leaf code in pub fn's rather than inling them.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-08-02 03:36:42 +00:00
parent fa3b72947a
commit 4b9b85f671
10 changed files with 24 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ impl Data {
}
}
#[inline]
pub(super) fn delete_active_request(&self, key: &[u8]) {
self.servercurrentevent_data.remove(key);
}