MCPcopy 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

1import sys;
2
3def add(a, b):
4 return a + b

Callers

nothing calls this directly

Calls 1

addFunction · 0.70

Tested by

no test coverage detected