Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
2246
func
(e httpError) WriteTo(w http.ResponseWriter) {
2247
http.Error(w, e.Error(), e.code)
2248
}
2249
2250
type
gqlError
struct
{
2251
error
Callers
1
httpHandlerFunc
Function · 0.95
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected