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

Method encode

profile/encode.go:535–539  ·  view source on GitHub ↗
(b *buffer)

Source from the content-addressed store, hash-verified

533}
534
535func (p *Line) encode(b *buffer) {
536 encodeUint64Opt(b, 1, p.functionIDX)
537 encodeInt64Opt(b, 2, p.Line)
538 encodeInt64Opt(b, 3, p.Column)
539}
540
541var lineDecoder = []decoder{
542 nil, // 0

Callers

nothing calls this directly

Calls 2

encodeUint64OptFunction · 0.85
encodeInt64OptFunction · 0.85

Tested by

no test coverage detected