MCPcopy Index your code
hub / github.com/chakra-ui/panda / writeFile

Method writeFile

packages/types/src/runtime.ts:25–25  ·  view source on GitHub ↗
(file: string, content: string)

Source from the content-addressed store, hash-verified

23 readFileSync(filePath: string): string
24 rmDirSync(dirPath: string): void
25 writeFile(file: string, content: string): Promise<void>
26 rmFileSync(file: string): void
27 ensureDirSync(dirPath: string): void
28 writeFileSync(filePath: string, content: string): void

Callers 9

mainFunction · 0.65
cssgenFunction · 0.65
buildInfoFunction · 0.65
OutputEngineClass · 0.65
writeReportFunction · 0.65
debugFunction · 0.65
setupConfigFunction · 0.65
setupPostcssFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected