MCPcopy
hub / github.com/go-task/task / WithNoIndicators

Function WithNoIndicators

taskfile/snippet.go:130–132  ·  view source on GitHub ↗

WithNoIndicators specifies that the [Snippet] should not include line or column indicators.

()

Source from the content-addressed store, hash-verified

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

Callers 1

TestSnippetStringFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSnippetStringFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…