MCPcopy Create free account
hub / github.com/google/pprof / buf

Struct buf

internal/binutils/binutils_test.go:842–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842type buf struct {
843 data []byte
844}
845
846// write appends a null-terminated string and returns its starting index.
847func (b *buf) write(s string) uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected