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

Method isNamed

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

Source from the content-addressed store, hash-verified

26JavaScriptHeapEdgeIdentifier::JavaScriptHeapEdgeIdentifier() = default;
27
28bool JavaScriptHeapEdgeIdentifier::isNamed() const {
29 return _value.isString();
30}
31
32bool JavaScriptHeapEdgeIdentifier::isIndexed() const {
33 return _value.isInt();

Callers 3

appendEdgeMethod · 0.45
appendEdgeToValueMethod · 0.45

Calls 1

isStringMethod · 0.45

Tested by

no test coverage detected