MCPcopy Create free account

hub / github.com/go-task/task / functions

Functions992 in github.com/go-task/task

FunctionNone
()
internal/logger/logger.go:45
FunctionNormalizedEqual
NormalizedEqual compares two byte slices after normalizing output. This is used as a custom goldie.EqualFn for cross-platform golden file tests.
task_test.go:332
MethodOnError
(t *ast.Task)
internal/fingerprint/sources_none.go:17
MethodOnError
OnError implements the Checker interface
internal/fingerprint/sources_timestamp.go:167
MethodOnError
OnError provides a mock function for the type MockSourcesCheckable
internal/fingerprint/checker_mock.go:222
MethodOnError
OnError is a helper method to define mock.On call - t
internal/fingerprint/checker_mock.go:245
MethodOnError
(t *ast.Task)
internal/fingerprint/sources_checksum.go:80
FunctionOwner
(path string)
internal/sysinfo/uid.go:10
FunctionPPSortedLines
PPSortedLines sorts the lines of the output of the task. This is useful when the order of the output is not important, but the output is expected to b
task_test.go:305
MethodParent
()
taskfile/node_base.go:45
FunctionParse
(dir string)
experiments/experiments.go:34
MethodPrompt
Prompt prompts for a variable value, using Select if enum is provided, Text otherwise
internal/input/input.go:80
MethodRead
(p []byte)
internal/execext/devnull.go:11
MethodRead
()
taskfile/node_file.go:52
MethodRead
Read will read the Taskfile defined by the [Reader]'s [Node] and recurse through any [ast.Includes] it finds, reading each included Taskfile and build
taskfile/reader.go:249
MethodRead
()
taskfile/node_git.go:101
MethodRead
()
taskfile/node_http.go:104
MethodRead
()
taskfile/node_stdin.go:31
FunctionRed
()
internal/logger/logger.go:75
MethodRemote
()
taskfile/node_git.go:97
MethodRemote
()
taskfile/node_stdin.go:27
MethodResolveDir
(dir string)
taskfile/node_file.go:82
MethodResolveDir
(dir string)
taskfile/node_git.go:203
MethodResolveDir
(dir string)
taskfile/node_http.go:150
MethodResolveDir
(dir string)
taskfile/node_stdin.go:61
MethodResolveEntrypoint
(entrypoint string)
taskfile/node_file.go:61
MethodResolveEntrypoint
(entrypoint string)
taskfile/node_http.go:142
MethodResolveEntrypoint
(entrypoint string)
taskfile/node_stdin.go:43
MethodReturn
(b bool, err error)
internal/fingerprint/checker_mock.go:86
MethodReturn
(b bool, err error)
internal/fingerprint/checker_mock.go:167
MethodReturn
(err error)
internal/fingerprint/checker_mock.go:256
MethodReturn
(v any, err error)
internal/fingerprint/checker_mock.go:312
MethodRun
(run func(ctx context.Context, t *ast.Task))
internal/fingerprint/checker_mock.go:79
MethodRun
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:160
MethodRun
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:249
MethodRun
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:305
MethodRunAndReturn
(run func(ctx context.Context, t *ast.Task) (bool, error))
internal/fingerprint/checker_mock.go:91
MethodRunAndReturn
(run func(t *ast.Task) (bool, error))
internal/fingerprint/checker_mock.go:172
MethodRunAndReturn
(run func() string)
internal/fingerprint/checker_mock.go:216
MethodRunAndReturn
(run func(t *ast.Task) error)
internal/fingerprint/checker_mock.go:261
MethodRunAndReturn
(run func(t *ast.Task) (any, error))
internal/fingerprint/checker_mock.go:317
MethodString
()
experiments/experiment.go:62
FunctionTestAbsPath
(t *testing.T)
task_test.go:2781
FunctionTestAlias
(t *testing.T)
executor_test.go:710
FunctionTestAlphaNumericWithRootTasksFirst_Sort
(t *testing.T)
internal/sort/sorter_test.go:9
FunctionTestAlphaNumeric_Sort
(t *testing.T)
internal/sort/sorter_test.go:51
FunctionTestArgs
(t *testing.T)
args/args_test.go:14
FunctionTestBashShellOptsCommandLevel
(t *testing.T)
task_test.go:2745
FunctionTestBashShellOptsGlobalLevel
(t *testing.T)
task_test.go:2713
FunctionTestBashShellOptsTaskLevel
(t *testing.T)
task_test.go:2729
FunctionTestBuildHTTPClient_CACert
(t *testing.T)
taskfile/node_http_test.go:86
FunctionTestBuildHTTPClient_CACertInvalid
(t *testing.T)
taskfile/node_http_test.go:119
FunctionTestBuildHTTPClient_CACertNotFound
(t *testing.T)
taskfile/node_http_test.go:110
FunctionTestBuildHTTPClient_CertAndKey
(t *testing.T)
taskfile/node_http_test.go:152
FunctionTestBuildHTTPClient_CertNotFound
(t *testing.T)
taskfile/node_http_test.go:179
FunctionTestBuildHTTPClient_CertWithoutKey
(t *testing.T)
taskfile/node_http_test.go:134
FunctionTestBuildHTTPClient_Default
(t *testing.T)
taskfile/node_http_test.go:62
FunctionTestBuildHTTPClient_Insecure
(t *testing.T)
taskfile/node_http_test.go:71
FunctionTestBuildHTTPClient_InsecureWithCACert
(t *testing.T)
taskfile/node_http_test.go:188
FunctionTestBuildHTTPClient_KeyWithoutCert
(t *testing.T)
taskfile/node_http_test.go:143
FunctionTestCmdParse
(t *testing.T)
taskfile/ast/taskfile_test.go:13
FunctionTestCmdsVariables
(t *testing.T)
task_test.go:851
FunctionTestConcurrency
(t *testing.T)
executor_test.go:492
FunctionTestConvertEmptySlice
(t *testing.T)
internal/slicesext/slicesext_test.go:65
FunctionTestConvertFloatToInt
(t *testing.T)
internal/slicesext/slicesext_test.go:46
FunctionTestConvertIntToString
(t *testing.T)
internal/slicesext/slicesext_test.go:9
FunctionTestConvertNilSlice
(t *testing.T)
internal/slicesext/slicesext_test.go:75
FunctionTestConvertStringToInt
(t *testing.T)
internal/slicesext/slicesext_test.go:26
FunctionTestCyclicDep
(t *testing.T)
task_test.go:886
FunctionTestDefaultDir
(t *testing.T)
internal/fsext/fs_test.go:11
FunctionTestDeferredCmds
(t *testing.T)
task_test.go:2253
FunctionTestDeps
(t *testing.T)
executor_test.go:514
FunctionTestDisplaysErrorOnVersion1Schema
(t *testing.T)
task_test.go:1932
FunctionTestDisplaysErrorOnVersion2Schema
(t *testing.T)
task_test.go:1946
FunctionTestDoesNotPrintCommandIfMissing
(t *testing.T)
internal/summary/summary_test.go:88
FunctionTestDoesNotPrintDependenciesIfMissing
(t *testing.T)
internal/summary/summary_test.go:42
FunctionTestDotenvHasEnvVarInPath
(t *testing.T)
task_test.go:2062
FunctionTestDotenvHasLocalEnvInPath
(t *testing.T)
task_test.go:2028
FunctionTestDotenvHasLocalVarInPath
(t *testing.T)
task_test.go:2045
FunctionTestDotenvShouldAllowMissingEnv
(t *testing.T)
task_test.go:2011
FunctionTestDotenvShouldErrorWhenIncludingDependantDotenvs
(t *testing.T)
task_test.go:1995
FunctionTestDotenvShouldIncludeAllEnvFiles
(t *testing.T)
task_test.go:1978
FunctionTestDry
(t *testing.T)
task_test.go:976
FunctionTestDryChecksum
TestDryChecksum tests if the checksum file is not being written to disk if the dry mode is enabled.
task_test.go:1003
FunctionTestDynamicVariablesRunOnTheNewCreatedDir
(t *testing.T)
task_test.go:1879
FunctionTestDynamicVariablesShouldRunOnTheTaskDir
(t *testing.T)
task_test.go:1912
FunctionTestEmptyTask
(t *testing.T)
executor_test.go:220
FunctionTestEmptyTaskfile
(t *testing.T)
executor_test.go:229
FunctionTestEnv
(t *testing.T)
executor_test.go:240
FunctionTestErrorCode
(t *testing.T)
task_test.go:2477
FunctionTestEvaluateSymlinksInPaths
(t *testing.T)
task_test.go:2519
FunctionTestExitCodeOne
(t *testing.T)
task_test.go:2299
FunctionTestExitCodeZero
(t *testing.T)
task_test.go:2283
FunctionTestExitImmediately
(t *testing.T)
task_test.go:2158
FunctionTestExpand
(t *testing.T)
task_test.go:955
FunctionTestFailfast
(t *testing.T)
executor_test.go:1173
FunctionTestFileWatch
(t *testing.T)
watch_test.go:22
FunctionTestForCmds
(t *testing.T)
executor_test.go:916
FunctionTestForDeps
(t *testing.T)
executor_test.go:959
FunctionTestForce
(t *testing.T)
task_test.go:2917
← previousnext →601–700 of 992, ranked by callers