Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
bool JavaScriptHeapEdgeIdentifier::isIndexed() const {
33
return _value.isInt();
34
}
35
36
StringBox JavaScriptHeapEdgeIdentifier::getName() const {
37
return _value.toStringBox();
Callers
nothing calls this directly
Calls
1
isInt
Method · 0.80
Tested by
no test coverage detected