MCPcopy Create free account
hub / github.com/9miao/CrossApp / lookup

Function lookup

scripting/javascript/spidermonkey-android/include/jsapi.h:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 return map.initialized();
423 }
424 Ptr lookup(const Lookup &l) const {
425 return map.lookup(l);
426 }
427 void remove(Ptr p) {
428 map.remove(p);
429 }

Callers 8

removeMethod · 0.50
removeMethod · 0.50
lookupMethod · 0.50
lookupForAddMethod · 0.50
relookupOrAddMethod · 0.50
containsMethod · 0.50
insertMethod · 0.50
removeMethod · 0.50

Calls 1

lookupMethod · 0.45

Tested by

no test coverage detected