MCPcopy
hub / github.com/graphif/project-graph / Stack.test.ts

File Stack.test.ts

packages/data-structures/tests/Stack.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "vitest";
2import { Stack } from "../src/Stack";
3
4describe("Stack 栈", () => {

Callers

nothing calls this directly

Calls 5

pushMethod · 0.45
sizeMethod · 0.45
popMethod · 0.45
peekMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected