(s *Snippet)
| 122 | } |
| 123 | |
| 124 | func (o *paddingOption) ApplyToSnippet(s *Snippet) { |
| 125 | s.padding = o.padding |
| 126 | } |
| 127 | |
| 128 | // WithNoIndicators specifies that the [Snippet] should not include line or |
| 129 | // column indicators. |
nothing calls this directly
no outgoing calls
no test coverage detected