Snippet returns a line of content and whether the line was found.
(line int)
| 54 | |
| 55 | // Snippet returns a line of content and whether the line was found. |
| 56 | Snippet(line int) (string, bool) |
| 57 | } |
| 58 | |
| 59 | // The sourceImpl type implementation of the Source interface. |
no outgoing calls