Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/wsbuilder/wsbuilder.go:278–283 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
276
}
277
278
func
(e BuildError) Error() string {
279
if
e.Wrapped == nil {
280
return
e.Message
281
}
282
return
e.Wrapped.Error()
283
}
284
285
func
(e BuildError) Unwrap() error {
286
return
e.Wrapped
Callers
15
Response
Method · 0.95
cleanupStaleSubscriptions
Method · 0.45
webpushSend
Method · 0.45
TestPush
Function · 0.45
assertWebpushPayload
Function · 0.45
TestNoopWebpusher
Function · 0.45
TestSSRFPrevention
Function · 0.45
ReportAgentStats
Method · 0.45
ActivityBumpWorkspace
Function · 0.45
flush
Method · 0.45
loop
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestPush
Function · 0.36
assertWebpushPayload
Function · 0.36
TestNoopWebpusher
Function · 0.36
TestSSRFPrevention
Function · 0.36
Test_RequestValidate
Function · 0.36
TestCompileHostnamePattern
Function · 0.36