MCPcopy 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
44func (s *countingWebpushStore) getCallCount() int32 {
45 return s.getSubscriptionsCalls.Load()
46}
47
48func TestPush(t *testing.T) {
49 t.Parallel()

Callers 1

TestPushFunction · 0.95

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected