MCPcopy 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

5import { SplootNode } from '../language/node'
6
7export 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