MCPcopy
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
14type srv struct {
15}
16
17func (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