MCPcopy 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
278func (e BuildError) Error() string {
279 if e.Wrapped == nil {
280 return e.Message
281 }
282 return e.Wrapped.Error()
283}
284
285func (e BuildError) Unwrap() error {
286 return e.Wrapped

Callers 15

ResponseMethod · 0.95
webpushSendMethod · 0.45
TestPushFunction · 0.45
assertWebpushPayloadFunction · 0.45
TestNoopWebpusherFunction · 0.45
TestSSRFPreventionFunction · 0.45
ReportAgentStatsMethod · 0.45
ActivityBumpWorkspaceFunction · 0.45
flushMethod · 0.45
loopMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by 6

TestPushFunction · 0.36
assertWebpushPayloadFunction · 0.36
TestNoopWebpusherFunction · 0.36
TestSSRFPreventionFunction · 0.36
Test_RequestValidateFunction · 0.36