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

Function loads

deps/inspector_protocol/pdl.py:193–196  ·  view source on GitHub ↗
(data, file_name, map_binary_to_string=False, source_set=None)

Source from the content-addressed store, hash-verified

191
192
193def loads(data, file_name, map_binary_to_string=False, source_set=None):
194 if file_name.endswith(".pdl"):
195 return parse(data, file_name, map_binary_to_string, source_set)
196 return json.loads(data)

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…