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

Method Fetch

kayak/runtime_test.go:173–181  ·  view source on GitHub ↗
(req *kt.FetchRequest, resp *kt.FetchResponse)

Source from the content-addressed store, hash-verified

171}
172
173func (s *fakeService) Fetch(req *kt.FetchRequest, resp *kt.FetchResponse) (err error) {
174 var l *kt.Log
175 if l, err = s.rt.Fetch(req.GetContext(), req.Index); err != nil {
176 return
177 }
178
179 resp.Log = l
180 return
181}
182
183func (s *fakeService) serveConn(c net.Conn) {
184 var r proto.NodeID

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.65

Tested by

no test coverage detected