MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isIndexed

Method isIndexed

valdi/src/valdi/runtime/JavaScript/JavaScriptHeapDumpBuilder.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool JavaScriptHeapEdgeIdentifier::isIndexed() const {
33 return _value.isInt();
34}
35
36StringBox JavaScriptHeapEdgeIdentifier::getName() const {
37 return _value.toStringBox();

Callers

nothing calls this directly

Calls 1

isIntMethod · 0.80

Tested by

no test coverage detected