Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PrintJSON
Method
PrintJSON
deps/v8/tools/mb/mb.py:1213–1214 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
1211
self.Print(*[shell_quoter(arg)
for
arg in cmd])
1212
1213
def
PrintJSON(self, obj):
1214
self.Print(json.dumps(obj, indent=2, sort_keys=True))
1215
1216
def
Build(self, target):
1217
build_dir = self.ToSrcRelPath(self.args.path[0])
Callers
1
RunGNAnalyze
Method · 0.95
Calls
1
Print
Method · 0.95
Tested by
no test coverage detected