Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuboptimalEng/coding-tutorials
/ actual_code.py
File
actual_code.py
react-leetcode-clone/server/actual_code.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys;
2
3
def
add(a, b):
4
return
a + b
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected