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

Method Remove

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

Source from the content-addressed store, hash-verified

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;
75 PersistentContainerValue value = it->second;
76 impl->erase(it);
77 return value;
78 }
79};
80
81

Callers 1

WeakCallbackMethod · 0.45

Calls 3

eraseMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected