Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ count
Method
count
coderd/aibridged/reload_test.go:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
func
(r *recordingReloader) count() int {
100
return
int(r.n.Load())
101
}
102
103
var
(
104
errReloadFailed = stubError(
"reload failed"
)
Callers
3
TestSubscribeProviderReload
Function · 0.95
TestSubscribeProviderReloadSurfacesReloadError
Function · 0.95
TestSubscribeProviderReloadIgnoresEventError
Function · 0.95
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected