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

File MonoStack.test.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

unsafePeekMethod · 0.80
unsafeGetMethod · 0.80
pushMethod · 0.45
peekMethod · 0.45
getMethod · 0.45
popMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected