Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ add
Method
add
agent/tests/fixtures/level1/app.py:24–27 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
22
self.history = []
23
24
def
add(self, a, b):
25
result = a + b
26
self._record(
"add"
, result)
27
return
result
28
29
def
multiply(self, a, b):
30
result = a * b
Callers
15
main
Function · 0.95
make_small_subset
Function · 0.45
PixiGraphCanvas.tsx
File · 0.45
extractNodeIds
Function · 0.45
computeLastAtDepth
Function · 0.45
_init
Method · 0.45
setData
Method · 0.45
addData
Method · 0.45
redrawDragEdges
Method · 0.45
rekeyCommunityLabels
Method · 0.45
applyCommunityLabelVisibility
Method · 0.45
PanelResizeHandle
Function · 0.45
Calls
1
_record
Method · 0.95
Tested by
4
postMessage
Method · 0.36
countDirs
Function · 0.36
seedSource
Function · 0.36
test_pipeline_with_memory_store
Function · 0.36