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

Function resetCommitMsgFlags

apps/cli/internal/cli/commit_msg_test.go:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func resetCommitMsgFlags() {
136 commitMsgTaskID = ""
137 commitMsgType = "chore"
138 commitMsgBody = false
139 commitMsgShort = false
140 taskDir = "."
141}
142
143// mockGitDiffAndRoot sets up gitDiffFunc and gitRootFunc for tests.
144// diffOutput is the fake diff content. gitRoot is the fake git root directory.

Calls

no outgoing calls

Tested by

no test coverage detected