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

Function WithColumn

taskfile/snippet.go:102–104  ·  view source on GitHub ↗

WithColumn specifies the column number that the [Snippet] should point to.

(column int)

Source from the content-addressed store, hash-verified

100
101// WithColumn specifies the column number that the [Snippet] should point to.
102func WithColumn(column int) SnippetOption {
103 return &columnOption{column: column}
104}
105
106type columnOption struct {
107 column int

Callers 3

TestNewSnippetFunction · 0.85
TestSnippetStringFunction · 0.85
readNodeMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestNewSnippetFunction · 0.68
TestSnippetStringFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…