Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ srv
Struct
srv
interface/f_test.go:14–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
srv
struct
{
15
}
16
17
func
(s *srv) Add(a int, b int) (int, error) {
18
return
a + b, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected