Implement native inventory store and cache (#61)
All checks were successful
Native code generation / deterministic (push) Successful in 12m18s
Imaging and meshing gate / native (push) Successful in 4m2s
JPEG 2000 feature / linux (push) Successful in 2m34s
Native Rust workspace compile / compile (push) Successful in 4m4s
Skia feature / linux (push) Successful in 31m2s

This commit is contained in:
2026-08-10 00:06:28 +00:00
parent 0791e0a69e
commit eb7be428c6
16 changed files with 3131 additions and 1154 deletions

View File

@@ -39120,7 +39120,7 @@ fn member_06311(value: &mut libremetaverse::Inventory) {
}
// C# member: `M:LibreMetaverse.Inventory.GetValueOrDefault``1(LibreMetaverse.UUID)`.
fn member_06312<T>(value: &mut libremetaverse::Inventory) {
fn member_06312<T: Clone + 'static>(value: &mut libremetaverse::Inventory) {
let _ = value.get_value_or_default_with_uuid_a7c63fbe::<T>(argument());
}
@@ -39160,7 +39160,7 @@ fn member_06319(value: &mut libremetaverse::Inventory) {
}
// C# member: `M:LibreMetaverse.Inventory.TryGetValue``1(LibreMetaverse.UUID,``0@)`.
fn member_06320<T>(value: &mut libremetaverse::Inventory) {
fn member_06320<T: Clone + 'static>(value: &mut libremetaverse::Inventory) {
let _ = value.try_get_value_with_uuid_t::<T>(argument(), argument());
}