MCPcopy Index your code
hub / github.com/dagger/dagger / WriteTo

Method WriteTo

engine/server/session.go:2246–2248  ·  view source on GitHub ↗
(w http.ResponseWriter)

Source from the content-addressed store, hash-verified

2244}
2245
2246func (e httpError) WriteTo(w http.ResponseWriter) {
2247 http.Error(w, e.Error(), e.code)
2248}
2249
2250type gqlError struct {
2251 error

Callers 1

httpHandlerFuncFunction · 0.95

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected