Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ getCallCount
Method
getCallCount
coderd/webpush/webpush_test.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(s *countingWebpushStore) getCallCount() int32 {
45
return
s.getSubscriptionsCalls.Load()
46
}
47
48
func
TestPush(t *testing.T) {
49
t.Parallel()
Callers
1
TestPush
Function · 0.95
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected