MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / writeCommitlintLLMConfig

Function writeCommitlintLLMConfig

out/cli.cjs:85141–85146  ·  view source on GitHub ↗
(commitlintLLMConfig)

Source from the content-addressed store, hash-verified

85139 try {
85140 await import_promises2.default.access(COMMITLINT_LLM_CONFIG_PATH);
85141 exists = true;
85142 } catch (e3) {
85143 exists = false;
85144 }
85145 return exists;
85146};
85147var writeCommitlintLLMConfig = async (commitlintLLMConfig) => {
85148 await import_promises2.default.writeFile(
85149 COMMITLINT_LLM_CONFIG_PATH,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…