Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isFull
Method
isFull
lib/internal/fixed_queue.js:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
isFull() {
73
return
((this.top + 1) & kMask) === this.bottom;
74
}
75
76
push(data) {
77
this.list[this.top] = data;
Callers
1
push
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected