Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/go-task/task
/ Name
Method
Name
taskfile/ast/task.go:56–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(t *Task) Name() string {
57
if
t.Label !=
""
{
58
return
t.Label
59
}
60
if
t.FullName !=
""
{
61
return
t.FullName
62
}
63
return
t.Task
64
}
65
66
func
(t *Task) LocalName() string {
67
name := t.FullName
Callers
12
Status
Method · 0.80
goldenFileName
Function · 0.80
writeFixture
Method · 0.80
promptTaskVars
Method · 0.80
areTaskRequiredVarsSet
Method · 0.80
areTaskRequiredVarsAllowedValuesSet
Method · 0.80
RunTask
Method · 0.80
runCommand
Method · 0.80
getTaskPath
Function · 0.80
printTaskName
Function · 0.80
checksumFilePath
Method · 0.80
NewTask
Function · 0.80
Calls
no outgoing calls
Tested by
3
goldenFileName
Function · 0.64
writeFixture
Method · 0.64
getTaskPath
Function · 0.64