Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/JARVIS
/ add_
Function
add_
easytool/data_funcqa/funchub/math.py:71–73 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
69
70
# 1. add
71
def
add_(args):
72
73
return
normalize(sum(args))
74
75
# 2. subtract
76
def
subtract_(args):
Callers
nothing calls this directly
Calls
1
normalize
Function · 0.85
Tested by
no test coverage detected