MCPcopy
hub / github.com/di-sukharev/opencommit / getCommitlintLLMConfig

Function getCommitlintLLMConfig

out/cli.cjs:85147–85153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85145 return exists;
85146};
85147var writeCommitlintLLMConfig = async (commitlintLLMConfig) => {
85148 await import_promises2.default.writeFile(
85149 COMMITLINT_LLM_CONFIG_PATH,
85150 JSON.stringify(commitlintLLMConfig, null, 2)
85151 );
85152};
85153var getCommitlintLLMConfig = async () => {
85154 const content = await import_promises2.default.readFile(COMMITLINT_LLM_CONFIG_PATH);
85155 const commitLintLLMConfig = JSON.parse(
85156 content.toString()

Callers 3

getMainCommitPromptFunction · 0.70
cli.cjsFile · 0.70

Calls 2

parseMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…