MCPcopy Create free account
hub / github.com/NativeScript/android / Get

Method Get

test-app/runtime/src/main/cpp/include/v8-util.h:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return old_value;
66 }
67 static PersistentContainerValue Get(Impl* impl, K key) {
68 Iterator it = impl->find(key);
69 if (it == impl->end()) return kPersistentContainerNotFound;
70 return it->second;
71 }
72 static PersistentContainerValue Remove(Impl* impl, K key) {
73 Iterator it = impl->find(key);
74 if (it == impl->end()) return kPersistentContainerNotFound;

Callers 15

GetDebuggerFunctionMethod · 0.45
buildStringFromArgFunction · 0.45
dirCallbackMethod · 0.45
BasicPersistentFunction · 0.45
persistent.hFile · 0.45
operator==Function · 0.45
BasicMemberFunction · 0.45
member.hFile · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1