Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ clear
Method
clear
packages/data-structures/src/Queue.ts:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
clear(): void {
37
this.items = [];
38
}
39
40
// 检查队列是否为空
41
isEmpty(): boolean {
Callers
2
Queue.test.ts
File · 0.45
Cache.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected