MCPcopy Index your code
hub / github.com/coder/coder / Misses

Method Misses

coderd/aibridged/pool.go:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type PoolMetrics interface {
41 Hits() uint64
42 Misses() uint64
43 KeysAdded() uint64
44 KeysEvicted() uint64
45}

Callers 2

TestPoolFunction · 0.80
TestPool_ExpiryFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestPoolFunction · 0.64
TestPool_ExpiryFunction · 0.64