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

Interface GetConfigOptions

src/commands/config.ts:1060–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058};
1059
1060interface GetConfigOptions {
1061 globalPath?: string;
1062 envPath?: string;
1063 setDefaultValues?: boolean;
1064}
1065
1066const cleanUndefinedValues = (config: ConfigType) => {
1067 return Object.fromEntries(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…