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

Method Write

pkg/codegen/codegen.go:64–66  ·  view source on GitHub ↗

Write writes a string to the output buffer.

(s string)

Source from the content-addressed store, hash-verified

62
63// Write writes a string to the output buffer.
64func (g *BaseGenerator) Write(s string) {
65 g.Buf.WriteString(s)
66}
67
68// WriteByte writes a single byte to the output buffer.
69func (g *BaseGenerator) WriteByte(b byte) error {

Callers 15

GenerateMethod · 0.45
generateParamsMethod · 0.45
generateBodyMethod · 0.45
GenerateMethod · 0.45
generateCheckMethod · 0.45
generateElseBlockMethod · 0.45
generateBindingsMethod · 0.45
generateMatchIIFEMethod · 0.45
generateMatchSwitchMethod · 0.45
generateGroupedCaseMethod · 0.45
generateArmsChainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected