MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / show

Function show

examples/quickstart_tooluniverse.py:14–16  ·  view source on GitHub ↗
(t, o)

Source from the content-addressed store, hash-verified

12
13
14def show(t, o):
15 print(f"\n=== {t} ===")
16 print(json.dumps(o, indent=2, default=str))
17
18
19def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected