MCPcopy Create free account
hub / github.com/rilldata/rill / writeByte

Method writeByte

runtime/metricsview/astexpr.go:703–705  ·  view source on GitHub ↗
(v byte)

Source from the content-addressed store, hash-verified

701}
702
703func (b *sqlExprBuilder) writeByte(v byte) {
704 _ = b.out.WriteByte(v)
705}
706
707func (b *sqlExprBuilder) writeString(s string) {
708 _, _ = b.out.WriteString(s)

Callers 8

writeCastMethod · 0.95
writeBinaryConditionMethod · 0.95
writeILikeConditionMethod · 0.95
writeInConditionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected