MCPcopy
hub / github.com/rs/zerolog / AppendBool

Method AppendBool

encoder.go:13–13  ·  view source on GitHub ↗
(dst []byte, val bool)

Source from the content-addressed store, hash-verified

11 AppendArrayStart(dst []byte) []byte
12 AppendBeginMarker(dst []byte) []byte
13 AppendBool(dst []byte, val bool) []byte
14 AppendBools(dst []byte, vals []bool) []byte
15 AppendBytes(dst, s []byte) []byte
16 AppendDuration(dst []byte, d time.Duration, unit time.Duration, format string, useInt bool, precision int) []byte

Callers 8

BoolMethod · 0.65
BoolMethod · 0.65
appendFieldListFunction · 0.65
BoolMethod · 0.65
TestAppendBoolFunction · 0.65
TestAppendBoolFunction · 0.65
AppendBoolMethod · 0.65
AppendBoolsMethod · 0.65

Implementers 2

Encoderinternal/cbor/base.go
Encoderinternal/json/base.go

Calls

no outgoing calls

Tested by 2

TestAppendBoolFunction · 0.52
TestAppendBoolFunction · 0.52