MCPcopy
hub / github.com/graphif/project-graph / size

Method size

packages/data-structures/src/Queue.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49 // 获取队列的长度
50 size(): number {
51 return this.items.length;
52 }
53
54 toString(): string {
55 return this.items.toString();

Callers 4

Stack.test.tsFile · 0.45
Queue.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected