Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Deleted
Method
Deleted
deps/v8/tools/grokdump.py:1549–1550 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
1547
return
"["
+ (
","
.join(result)) +
"]"
1548
1549
def
Deleted(self, value):
1550
return
self.Decode(6, 1, value) == 1
1551
1552
def
FieldIndex(self, value):
1553
return
self.Decode(20, 11, value)
Callers
nothing calls this directly
Calls
1
Decode
Method · 0.95
Tested by
no test coverage detected