Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dispatchrun/wzprof
/ bytes
Method
bytes
wzprof.go:419–422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
417
}
418
419
func
(st stackTrace) bytes() []byte {
420
pcs := unsafe.SliceData(st.pcs)
421
return
unsafe.Slice((*byte)(unsafe.Pointer(pcs)), 8*len(st.pcs))
422
}
423
424
func
(st stackTrace) String() string {
425
sb := new(strings.Builder)
Callers
1
makeStackTrace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected