MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / Write

Method Write

cmd/server/main.go:55–58  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

53}
54
55func (w *ResponseWriter) Write(p []byte) (int, error) {
56 w.Buffer.Write(p)
57 return w.ResponseWriter.Write(p)
58}
59
60type DB interface {
61 IncrementTx(ctx context.Context, id db.GraphID) (db.Tx, error)

Callers 2

runFunction · 0.80
proxyWSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected