MCPcopy 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
419func (st stackTrace) bytes() []byte {
420 pcs := unsafe.SliceData(st.pcs)
421 return unsafe.Slice((*byte)(unsafe.Pointer(pcs)), 8*len(st.pcs))
422}
423
424func (st stackTrace) String() string {
425 sb := new(strings.Builder)

Callers 1

makeStackTraceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected