MCPcopy
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.tsFile · 0.45
Cache.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected