Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
808
export
function
readFile(path: string): string {
809
return
bloom_read_file(path as any) as any;
810
}
811
812
// Input injection
813
Callers
2
loadPrefab
Function · 0.90
loadWorld
Function · 0.90
Calls
1
bloom_read_file
Function · 0.50
Tested by
no test coverage detected