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

Function readFile

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

Source from the content-addressed store, hash-verified

806}
807
808export function readFile(path: string): string {
809 return bloom_read_file(path as any) as any;
810}
811
812// Input injection
813

Callers 2

loadPrefabFunction · 0.90
loadWorldFunction · 0.90

Calls 1

bloom_read_fileFunction · 0.50

Tested by

no test coverage detected