Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ MonoStack } from
"../src/MonoStack"
;
3
4
describe(
"MonoStack 单调栈"
, () => {
Callers
nothing calls this directly
Calls
7
unsafePeek
Method · 0.80
unsafeGet
Method · 0.80
push
Method · 0.45
peek
Method · 0.45
get
Method · 0.45
pop
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected