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

Struct Location

taskfile/ast/location.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type Location struct {
4 Line int
5 Column int
6 Taskfile string
7}
8
9func (l *Location) DeepCopy() *Location {
10 if l == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected