Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Length
Method
Length
deps/v8/tools/grokdump.py:1525–1526 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1523
self.array = array
1524
1525
def
Length(self):
1526
return
self.array.Get(0)
1527
1528
def
Decode(self, offset, size, value):
1529
return
(value >> offset) & ((1 << size) - 1)
Callers
1
Print
Method · 0.95
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected