MCPcopy Create free account
hub / github.com/chakra-ui/panda / rmFileSync

Method rmFileSync

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

Source from the content-addressed store, hash-verified

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
29 watch(options: WatchOptions): Watcher

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected