MCPcopy Create free account
hub / github.com/driangle/taskmd / resetVerifyFlags

Function resetVerifyFlags

apps/cli/internal/cli/verify_test.go:138–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func resetVerifyFlags() {
139 verifyTaskID = ""
140 verifyFormat = "table"
141 verifyDryRun = false
142 verifyTimeout = 60
143 verifyAll = false
144 taskDir = "."
145}
146
147type verifyOutput struct {
148 stdout string

Callers 13

TestVerify_AllPassFunction · 0.85
TestVerify_FailFunction · 0.85
TestVerify_AssertFunction · 0.85
TestVerify_MixedFunction · 0.85
TestVerify_NoFieldFunction · 0.85
TestVerify_TaskNotFoundFunction · 0.85
TestVerify_UnknownTypeFunction · 0.85
TestVerify_DryRunFunction · 0.85
TestVerify_JSONFunction · 0.85
TestVerify_CustomDirFunction · 0.85
TestVerify_FailFastFunction · 0.85
TestVerify_AllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected