Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
51
func
(q *Queue) IsFull() bool {
52
return
len(q.items) == q.size
53
}
54
55
func
(q *Queue) Items() []Datapoint {
56
return
q.items
Callers
2
TestResourceMonitorQueue
Function · 0.95
Start
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestResourceMonitorQueue
Function · 0.76