MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / getConfigDirectory

Function getConfigDirectory

src/config.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 * コンフィグディレクトリを取得
32 */
33export async function getConfigDirectory(): Promise<string> {
34 return path.resolve((await getConfig()).path, "..");
35}

Callers 6

configDirFunction · 0.90
getTemplateListFunction · 0.90
getTemplateFunction · 0.90
getTemplatesFunction · 0.90
installContestTemplateFunction · 0.90
installTaskTemplateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected