MCPcopy Create free account
hub / github.com/nodejs/node / loads

Function loads

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected