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

Function encodeStrings

profile/proto.go:147–151  ·  view source on GitHub ↗
(b *buffer, tag int, x []string)

Source from the content-addressed store, hash-verified

145}
146
147func encodeStrings(b *buffer, tag int, x []string) {
148 for _, s := range x {
149 encodeString(b, tag, s)
150 }
151}
152
153func encodeBool(b *buffer, tag int, x bool) {
154 if x {

Callers 1

encodeMethod · 0.85

Calls 1

encodeStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…