MCPcopy Index your code
hub / github.com/develar/app-builder / AppendString

Method AppendString

pkg/zap-cli-encoder/arrayEncoder.go:66–66  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

64func (t *bufferArrayEncoder) AppendInt16(v int16) { t.buffer.AppendInt(int64(v)) }
65func (t *bufferArrayEncoder) AppendInt8(v int8) { t.buffer.AppendInt(int64(v)) }
66func (t *bufferArrayEncoder) AppendString(v string) { t.buffer.AppendString(v) }
67func (t *bufferArrayEncoder) AppendTime(v time.Time) { t.buffer.AppendString(v.String()) }
68func (t *bufferArrayEncoder) AppendUint(v uint) { t.buffer.AppendUint(uint64(v)) }
69func (t *bufferArrayEncoder) AppendUint64(v uint64) { t.buffer.AppendUint(v) }

Callers 7

AppendDurationMethod · 0.95
rebuildFunction · 0.80
EncodeEntryMethod · 0.80
appendPaddedStringFunction · 0.80
encodeExtraFieldsMethod · 0.80
AppendByteStringMethod · 0.80
AppendTimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected