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

Method End

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

Source from the content-addressed store, hash-verified

52 static void Swap(Impl& a, Impl& b) { std::swap(a, b); }
53 static Iterator Begin(Impl* impl) { return impl->begin(); }
54 static Iterator End(Impl* impl) { return impl->end(); }
55 static K Key(Iterator it) { return it->first; }
56 static PersistentContainerValue Value(Iterator it) { return it->second; }
57 static PersistentContainerValue Set(Impl* impl, K key,

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected