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

Method Handle

rpc/jsonrpc/handler.go:56–58  ·  view source on GitHub ↗

Handle implements jsonrpc2.Handler.

(ctx context.Context, conn *jsonrpc2.Conn, req *jsonrpc2.Request)

Source from the content-addressed store, hash-verified

54
55// Handle implements jsonrpc2.Handler.
56func (h *Handler) Handle(ctx context.Context, conn *jsonrpc2.Conn, req *jsonrpc2.Request) {
57 jsonrpc2.HandlerWithError(h.handle).Handle(ctx, conn, req)
58}
59
60// handle is a function to be used by jsonrpc2.Handler.
61func (h *Handler) handle(ctx context.Context, conn *jsonrpc2.Conn, req *jsonrpc2.Request) (

Callers 2

startAPIFunction · 0.80
InitMetricWebFunction · 0.80

Implementers 2

sqliteStoragekayak/runtime_test.go
Databaseworker/db.go

Calls

no outgoing calls

Tested by

no test coverage detected