MCPcopy Index your code
hub / github.com/coder/coder / StatusCode

Method StatusCode

codersdk/agentsdk/logs_test.go:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266type statusError int
267
268func (s statusError) StatusCode() int {
269 return int(s)
270}
271
272func (s statusError) Error() string {
273 return fmt.Sprintf("status %d", s)

Callers 1

LogsSenderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected