Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ functions
Functions
992 in github.com/go-task/task
⨍
Functions
992
◇
Types & classes
215
Method
Code
()
errors/errors_taskfile.go:114
Method
Code
()
errors/errors_taskfile.go:131
Method
Code
()
errors/errors_taskfile.go:159
Method
Code
()
errors/errors_taskfile.go:177
Method
Code
()
errors/errors_taskfile.go:195
Method
Code
()
errors/errors_taskfile.go:216
Method
Code
()
errors/errors_task.go:30
Method
Code
()
errors/errors_task.go:70
Method
Code
()
errors/errors_task.go:85
Method
Code
()
errors/errors_task.go:98
Method
Code
()
errors/errors_task.go:117
Method
Code
()
errors/errors_task.go:130
Method
Code
()
errors/errors_task.go:146
Method
Code
()
errors/errors_task.go:180
Method
Code
()
errors/errors_task.go:206
Function
Completion
(completion string)
completion.go:20
Function
Cyan
()
internal/logger/logger.go:63
Method
Debug
()
errors/error_taskfile_decode.go:68
Method
DeepCopy
()
taskfile/ast/location.go:9
Method
DeepCopy
()
taskfile/ast/cmd.go:26
Method
DeepCopy
DeepCopy creates a new instance of IncludedTaskfile and copies data by value from the source struct.
taskfile/ast/include.go:196
Method
DeepCopy
()
taskfile/ast/dep.go:17
Method
DeepCopy
()
taskfile/ast/matrix.go:87
Method
DeepCopy
DeepCopy returns a copy of the MatrixRow. Without this, deepcopy.OrderedMap falls back to copying the *MatrixRow pointer as-is, so every "copy" of a M
taskfile/ast/matrix.go:101
Method
DeepCopy
()
taskfile/ast/for.go:64
Method
DeepCopy
()
taskfile/ast/precondition.go:17
Method
DeepCopy
()
taskfile/ast/platforms.go:19
Method
DeepCopy
()
taskfile/ast/vars.go:168
Method
DeepCopy
()
taskfile/ast/requires.go:15
Method
DeepCopy
()
taskfile/ast/requires.go:32
Method
DeepCopy
()
taskfile/ast/requires.go:77
Method
DeepCopy
DeepCopy creates a new instance of Task and copies data by value from the source struct.
taskfile/ast/task.go:216
Function
Default
()
internal/logger/logger.go:51
Method
Dir
()
taskfile/node_base.go:49
Method
EXPECT
()
internal/fingerprint/checker_mock.go:119
Function
Empty
(*ast.Task)
internal/hash/hash.go:13
Method
Error
()
experiments/errors.go:17
Method
Error
()
experiments/errors.go:30
Method
Error
()
errors/errors_taskrc.go:10
Method
Error
()
errors/error_taskfile_decode.go:40
Method
Error
()
errors/errors_taskfile.go:21
Method
Error
()
errors/errors_taskfile.go:42
Method
Error
()
errors/errors_taskfile.go:57
Method
Error
()
errors/errors_taskfile.go:72
Method
Error
()
errors/errors_taskfile.go:90
Method
Error
()
errors/errors_taskfile.go:107
Method
Error
()
errors/errors_taskfile.go:124
Method
Error
()
errors/errors_taskfile.go:144
Method
Error
()
errors/errors_taskfile.go:170
Method
Error
()
errors/errors_taskfile.go:188
Method
Error
()
errors/errors_taskfile.go:207
Method
Error
()
errors/errors_task.go:18
Method
Error
()
errors/errors_task.go:66
Method
Error
()
errors/errors_task.go:81
Method
Error
()
errors/errors_task.go:94
Method
Error
()
errors/errors_task.go:109
Method
Error
()
errors/errors_task.go:126
Method
Error
()
errors/errors_task.go:139
Method
Error
()
errors/errors_task.go:168
Method
Error
()
errors/errors_task.go:195
Function
FilterOutInternal
FilterOutInternal removes all tasks that are marked as internal.
task.go:604
Function
FilterOutNoDesc
FilterOutNoDesc removes all tasks that do not contain a description.
task.go:599
Method
Get
Get returns the value the the include with the provided key and a boolean that indicates if the value was found or not. If the value is not found, the
taskfile/ast/include.go:66
Function
Green
()
internal/logger/logger.go:59
Function
Hash
(t *ast.Task)
internal/hash/hash.go:21
Method
Init
()
internal/input/input.go:109
Method
Init
()
internal/input/input.go:159
Function
InitTaskfile
InitTaskfile creates a new Taskfile at path. path can be either a file path or a directory path. If path is a directory, path/Taskfile.yml will be cr
init.go:23
Function
IsSH
Deprecated: now always returns true
internal/templater/funcs.go:98
Method
IsSet
IsSet returns true if and only if a custom output style is set.
taskfile/ast/output.go:60
Method
IsUpToDate
(t *ast.Task)
internal/fingerprint/sources_none.go:9
Method
IsUpToDate
(ctx context.Context, t *ast.Task)
internal/fingerprint/status.go:22
Method
IsUpToDate
IsUpToDate implements the Checker interface
internal/fingerprint/sources_timestamp.go:26
Method
IsUpToDate
IsUpToDate provides a mock function for the type MockStatusCheckable
internal/fingerprint/checker_mock.go:42
Method
IsUpToDate
IsUpToDate is a helper method to define mock.On call - ctx - t
internal/fingerprint/checker_mock.go:75
Method
IsUpToDate
IsUpToDate provides a mock function for the type MockSourcesCheckable
internal/fingerprint/checker_mock.go:124
Method
IsUpToDate
IsUpToDate is a helper method to define mock.On call - t
internal/fingerprint/checker_mock.go:156
Method
IsUpToDate
(t *ast.Task)
internal/fingerprint/sources_checksum.go:31
Method
IsUpToDate
(t *ast.Task)
internal/fingerprint/checker.go:16
Method
Keys
Keys returns an iterator that loops over all task keys.
taskfile/ast/include.go:102
Method
Keys
Keys returns an iterator that loops over all task keys.
taskfile/ast/matrix.go:72
Method
Kind
()
internal/fingerprint/sources_none.go:21
Method
Kind
()
internal/fingerprint/sources_timestamp.go:109
Method
Kind
Kind provides a mock function for the type MockSourcesCheckable
internal/fingerprint/checker_mock.go:178
Method
Kind
Kind is a helper method to define mock.On call
internal/fingerprint/checker_mock.go:200
Method
Kind
()
internal/fingerprint/sources_checksum.go:87
Method
Len
Len returns the number of includes in the Includes map.
taskfile/ast/include.go:54
Method
Len
Len returns the number of variables in the Tasks map.
taskfile/ast/tasks.go:42
Method
Len
()
taskfile/ast/matrix.go:39
Method
Location
()
taskfile/node_stdin.go:23
Function
Magenta
()
internal/logger/logger.go:71
Function
Map
(orig map[K]V)
internal/deepcopy/deepcopy.go:37
Method
Match
(path []string, isDir bool)
internal/gitignore/matcher.go:26
Method
Match
(path []string, isDir bool)
internal/gitignore/pattern.go:78
Method
Merge
(t2 *Tasks, include *Include, includedTaskfileVars *Vars)
taskfile/ast/tasks.go:121
Method
Merge
Merge merges the second Taskfile into the first
taskfile/ast/taskfile.go:41
Method
Merge
()
taskfile/ast/graph.go:48
Function
Name
(t *ast.Task)
internal/hash/hash.go:17
Function
NewExecutor
NewExecutor creates a new [Executor] and applies the given functional options to it.
executor.go:94
Function
NewListOptions
NewListOptions creates a new ListOptions instance
help.go:31
← previous
next →
501–600 of 992, ranked by callers