MCPcopy 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
99func (r *recordingReloader) count() int {
100 return int(r.n.Load())
101}
102
103var (
104 errReloadFailed = stubError("reload failed")

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected