The sourceImpl type implementation of the Source interface.
| 58 | |
| 59 | // The sourceImpl type implementation of the Source interface. |
| 60 | type sourceImpl struct { |
| 61 | runes.Buffer |
| 62 | description string |
| 63 | lineOffsets []int32 |
| 64 | } |
| 65 | |
| 66 | var _ runes.Buffer = &sourceImpl{} |
| 67 |
nothing calls this directly
no outgoing calls
no test coverage detected