MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / fileExists

Function fileExists

src/core/index.ts:804–806  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

802}
803
804export function fileExists(path: string): boolean {
805 return bloom_file_exists(path as any) !== 0.0;
806}
807
808export function readFile(path: string): string {
809 return bloom_read_file(path as any) as any;

Callers

nothing calls this directly

Calls 1

bloom_file_existsFunction · 0.50

Tested by

no test coverage detected