MCPcopy Create free account
hub / github.com/EvilFreelancer/openapi-to-cli / mkdirSync

Method mkdirSync

src/openapi-loader.ts:12–12  ·  view source on GitHub ↗
(pathToCreate: string, options?: { recursive?: boolean })

Source from the content-addressed store, hash-verified

10 readFileSync(pathToRead: string, encoding: BufferEncoding): string;
11 writeFileSync(pathToWrite: string, data: string): void;
12 mkdirSync(pathToCreate: string, options?: { recursive?: boolean }): void;
13}
14
15export interface OpenapiLoaderOptions {

Callers 1

ensureCacheDirMethod · 0.65

Implementers 1

MemoryFstests/profile-store.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected