Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
def
show(t, o):
15
print(f
"\n=== {t} ==="
)
16
print(json.dumps(o, indent=2, default=str))
17
18
19
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected