MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Bar

Method Bar

crypto/etls/conn_test.go:75–80  ·  view source on GitHub ↗
(args *QueryComplex, res *ResultComplex)

Source from the content-addressed store, hash-verified

73}
74
75func (f *FooComplex) Bar(args *QueryComplex, res *ResultComplex) error {
76 res.Count = len(args.DataS.Strs)
77 res.Hash.Str = qHash(args)
78 log.Debugf("Received %v", *args)
79 return nil
80}
81
82func server() *CryptoListener {
83 if err := rpc.Register(new(Foo)); err != nil {

Callers

nothing calls this directly

Calls 2

DebugfFunction · 0.92
qHashFunction · 0.85

Tested by

no test coverage detected