MCPcopy
hub / github.com/MadAppGang/dingo / WriteByte

Method WriteByte

pkg/codegen/codegen.go:69–71  ·  view source on GitHub ↗

WriteByte writes a single byte to the output buffer.

(b byte)

Source from the content-addressed store, hash-verified

67
68// WriteByte writes a single byte to the output buffer.
69func (g *BaseGenerator) WriteByte(b byte) error {
70 return g.Buf.WriteByte(b)
71}
72
73// Result returns the final CodeGenResult with generated code.
74func (g *BaseGenerator) Result() ast.CodeGenResult {

Callers 15

GenerateMethod · 0.80
generateParamsMethod · 0.80
GenerateMethod · 0.80
generateElseBlockMethod · 0.80
generateBindingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected