Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
266
type
statusError int
267
268
func
(s statusError) StatusCode() int {
269
return
int(s)
270
}
271
272
func
(s statusError) Error() string {
273
return
fmt.Sprintf(
"status %d"
, s)
Callers
1
LogsSender
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected