MCPcopy
hub / github.com/cayleygraph/cayley / Write

Method Write

query/session.go:90–90  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

88// ResponseWriter is a subset of http.ResponseWriter
89type ResponseWriter interface {
90 Write([]byte) (int, error)
91 WriteHeader(int)
92}
93

Callers 9

defaultErrorFuncFunction · 0.65
ServeV1ShapeMethod · 0.65
jsonResponseFunction · 0.65
encodeMethod · 0.65
hashPropertiesFunction · 0.65
mainFunction · 0.65
jsonResponseFunction · 0.65
WriteMethod · 0.65
defaultErrorFuncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected