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

Function allocation_str

deps/v8/tools/predictable_wrapper.py:36–40  ·  view source on GitHub ↗
(stdout)

Source from the content-addressed store, hash-verified

34
35def main(args):
36 def allocation_str(stdout):
37 for line in reversed((stdout or '').splitlines()):
38 if maybe_decode(line).startswith('### Allocations = '):
39 return line
40 return None
41
42 cmd = command.Command(
43 args[0], args[1:], timeout=TIMEOUT, handle_sigterm=True)

Callers 1

mainFunction · 0.85

Calls 2

maybe_decodeFunction · 0.85
splitlinesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…