WithNoIndicators specifies that the [Snippet] should not include line or column indicators.
()
| 128 | // WithNoIndicators specifies that the [Snippet] should not include line or |
| 129 | // column indicators. |
| 130 | func WithNoIndicators() SnippetOption { |
| 131 | return &noIndicatorsOption{} |
| 132 | } |
| 133 | |
| 134 | type noIndicatorsOption struct{} |
| 135 |
no outgoing calls
searching dependent graphs…