Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-task/task
/ WithFileInfo
Method
WithFileInfo
errors/error_taskfile_decode.go:123–127 ·
view source on GitHub ↗
(location string, snippet string)
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(err *TaskfileDecodeError) WithFileInfo(location string, snippet string) *TaskfileDecodeError {
124
err.Location = location
125
err.Snippet = snippet
126
return
err
127
}
Callers
1
readNode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected