MCPcopy 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

PrintMethod · 0.95

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected