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