()
| 485 | } |
| 486 | |
| 487 | func (c CLF) Size() int { |
| 488 | return 1 |
| 489 | } |
| 490 | |
| 491 | func (c CLF) Emit(labelResolver LabelResolver, symbolResolver SymbolResolver) ([]uint16, error) { |
| 492 | return []uint16{opCLF}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected