MCPcopy 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
56func (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
66func (t *Task) LocalName() string {
67 name := t.FullName

Callers 12

StatusMethod · 0.80
goldenFileNameFunction · 0.80
writeFixtureMethod · 0.80
promptTaskVarsMethod · 0.80
RunTaskMethod · 0.80
runCommandMethod · 0.80
getTaskPathFunction · 0.80
printTaskNameFunction · 0.80
checksumFilePathMethod · 0.80
NewTaskFunction · 0.80

Calls

no outgoing calls

Tested by 3

goldenFileNameFunction · 0.64
writeFixtureMethod · 0.64
getTaskPathFunction · 0.64