Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
33
export
async
function
getConfigDirectory(): Promise<string> {
34
return
path.resolve((
await
getConfig()).path,
".."
);
35
}
Callers
6
configDir
Function · 0.90
getTemplateList
Function · 0.90
getTemplate
Function · 0.90
getTemplates
Function · 0.90
installContestTemplate
Function · 0.90
installTaskTemplate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected