MCPcopy Create free account
hub / github.com/bet365/jingo / appendInstructionFun

Method appendInstructionFun

structencoder.go:158–160  ·  view source on GitHub ↗
(fun func(unsafe.Pointer, *Buffer))

Source from the content-addressed store, hash-verified

156}
157
158func (e *StructEncoder) appendInstructionFun(fun func(unsafe.Pointer, *Buffer)) {
159 e.instructions = append(e.instructions, instruction{fun: fun})
160}
161
162func (e *StructEncoder) optInstrStringer() {
163 e.chunk(`"`)

Callers 4

optInstrEscapeMethod · 0.95
valueInstMethod · 0.95
ptrvalMethod · 0.95
ptrstringvalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected