Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/
Class
packages/core/src/code_io/static_file_loader.ts:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
{ SplootNode } from
'../language/node'
6
7
export
class
StaticFileLoader implements FileLoader {
8
rootProjectUrl: string
9
10
constructor(rootProjectUrl: string) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected