MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / createDgraphFolder

Method createDgraphFolder

src/commands/launch.ts:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 static args = Command.args
29
30 createDgraphFolder(): void {
31 const { dataDir } = this.config
32 fileUtils.makeDirIfNotExists(path.join(dataDir, '/dgraph'))
33 }
34
35 async checkForDockerInstallation(): Promise<void> {
36 await execCommand('docker -v')

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected