Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Cap
Method
Cap
util/atomic/slice.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(a *Slice) Cap() uintptr {
43
return
atomic.LoadUintptr(&a.cap)
44
}
45
46
func
(a *Slice) Pointer() unsafe.Pointer {
47
return
unsafe.Pointer(atomic.LoadUintptr(&a.ptr))
Callers
6
At
Method · 0.95
TrimStart
Method · 0.95
TrimEnd
Method · 0.95
Append
Method · 0.95
Size
Function · 0.80
DecompressLZ4
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected