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

Method IsFull

agent/proto/resourcesmonitor/queue.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (q *Queue) IsFull() bool {
52 return len(q.items) == q.size
53}
54
55func (q *Queue) Items() []Datapoint {
56 return q.items

Callers 2

TestResourceMonitorQueueFunction · 0.95
StartMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestResourceMonitorQueueFunction · 0.76