MCPcopy Create free account
hub / github.com/go-task/task / ApplyToSnippet

Method ApplyToSnippet

taskfile/snippet.go:124–126  ·  view source on GitHub ↗
(s *Snippet)

Source from the content-addressed store, hash-verified

122}
123
124func (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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected