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

Method WriteHeader

query/session.go:91–91  ·  view source on GitHub ↗
(int)

Source from the content-addressed store, hash-verified

89type ResponseWriter interface {
90 Write([]byte) (int, error)
91 WriteHeader(int)
92}
93
94// Language is a description of query language.

Callers 6

defaultErrorFuncFunction · 0.65
ServeV1ShapeMethod · 0.65
jsonResponseFunction · 0.65
ServeHTTPMethod · 0.65
jsonResponseFunction · 0.65
defaultErrorFuncFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected