MCPcopy Create free account
hub / github.com/egonelbre/exp / WriteByte

Method WriteByte

bit/bit.go:89–91  ·  view source on GitHub ↗

WriteByte writes a byte to the underlying writer

(v byte)

Source from the content-addressed store, hash-verified

87
88// WriteByte writes a byte to the underlying writer
89func (w *Writer) WriteByte(v byte) {
90 w.WriteBits(uint64(v), 8)
91}
92
93func (w *Writer) Close() error {
94 w.Align()

Callers 7

marshalHeaderFunction · 0.45
marshalBase128IntFunction · 0.45
marshalLengthFunction · 0.45
OpenMethod · 0.45
CloseAttributesMethod · 0.45
AttrMethod · 0.45
CloseMethod · 0.45

Implementers 1

writerhtmlrender/dom/html.go

Calls 1

WriteBitsMethod · 0.95

Tested by

no test coverage detected