MCPcopy Create free account
hub / github.com/RubaXa/Pilot / LoaderOptions

Interface LoaderOptions

Pilot.d.ts:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 export type LoaderProcessor = () => void;
76
77 export interface LoaderOptions {
78 persist?: boolean;
79 processing?: LoaderProcessor;
80 }
81
82 export type LoaderModelFetcher = () => void;
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected