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

Function maybe_decode

deps/v8/tools/predictable_wrapper.py:29–32  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

27command.setup(utils.GuessOS(), None)
28
29def maybe_decode(message):
30 if not isinstance(message, str):
31 return message.decode()
32 return message
33
34
35def main(args):

Callers 1

allocation_strFunction · 0.85

Calls 1

decodeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…