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