MCPcopy Index your code
hub / github.com/nodejs/node / GetChars

Method GetChars

deps/v8/tools/grokdump.py:1370–1371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1368 self.length = self.Uint32Field(self.LengthOffset())
1369
1370 def GetChars(self):
1371 return "?string?"
1372
1373 def Print(self, p):
1374 p.Print(str(self))

Callers 3

__str__Method · 0.95
GetCharsMethod · 0.45
_GetSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected