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

Function encodeInt64Opt

profile/proto.go:135–140  ·  view source on GitHub ↗
(b *buffer, tag int, x int64)

Source from the content-addressed store, hash-verified

133}
134
135func encodeInt64Opt(b *buffer, tag int, x int64) {
136 if x == 0 {
137 return
138 }
139 encodeInt64(b, tag, x)
140}
141
142func encodeString(b *buffer, tag int, x string) {
143 encodeLength(b, tag, len(x))

Callers 6

encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85
encodeMethod · 0.85

Calls 1

encodeInt64Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…