Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GraphError
Function
GraphError
provisionersdk/errors.go:25–27 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
GraphError(format string, args ...any) *proto.GraphComplete {
26
return
&proto.GraphComplete{Error: fmt.Sprintf(format, args...)}
27
}
Callers
2
Graph
Method · 0.92
Graph
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected