MCPcopy
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

mainFunction · 0.95
make_small_subsetFunction · 0.45
extractNodeIdsFunction · 0.45
computeLastAtDepthFunction · 0.45
_initMethod · 0.45
setDataMethod · 0.45
addDataMethod · 0.45
redrawDragEdgesMethod · 0.45
rekeyCommunityLabelsMethod · 0.45
PanelResizeHandleFunction · 0.45

Calls 1

_recordMethod · 0.95

Tested by 4

postMessageMethod · 0.36
countDirsFunction · 0.36
seedSourceFunction · 0.36