Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dustinxie/lockfree
/ NewStack
Function
NewStack
stack.go:39–41 ·
view source on GitHub ↗
NewStack creates a new stack
()
Source
from the content-addressed store, hash-verified
37
38
// NewStack creates a new stack
39
func
NewStack() Stack {
40
return
list.NewStack()
41
}
Callers
2
TestNewStack
Function · 0.70
BenchmarkLockfreeStack
Function · 0.70
Calls
1
NewStack
Function · 0.92
Tested by
2
TestNewStack
Function · 0.56
BenchmarkLockfreeStack
Function · 0.56