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

Method writeFileSync

src/openapi-loader.ts:11–11  ·  view source on GitHub ↗
(pathToWrite: string, data: string)

Source from the content-addressed store, hash-verified

9 existsSync(pathToCheck: string): boolean;
10 readFileSync(pathToRead: string, encoding: BufferEncoding): string;
11 writeFileSync(pathToWrite: string, data: string): void;
12 mkdirSync(pathToCreate: string, options?: { recursive?: boolean }): void;
13}
14

Callers 1

loadSpecMethod · 0.65

Implementers 1

MemoryFstests/profile-store.test.ts

Calls

no outgoing calls

Tested by

no test coverage detected