Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
ast
2
3
type
Location
struct
{
4
Line int
5
Column int
6
Taskfile string
7
}
8
9
func
(l *Location) DeepCopy() *Location {
10
if
l == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected