Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ Dir
Method
Dir
taskfile/node_base.go:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(node *baseNode) Dir() string {
50
return
node.dir
51
}
52
53
func
(node *baseNode) Checksum() string {
54
return
node.checksum
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected