| 220 | } |
| 221 | |
| 222 | type noopsymbolizer struct{} |
| 223 | |
| 224 | func (s noopsymbolizer) Locations(fn experimental.InternalFunction, pc experimental.ProgramCounter) (uint64, []location) { |
| 225 | return 0, nil |
nothing calls this directly
no outgoing calls
no test coverage detected