MCPcopy Index your code
hub / github.com/Paciolan/remote-component / LoadRemoteModule

Interface LoadRemoteModule

src/lib/loadRemoteModule.ts:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface LoadRemoteModule {
25 (url: string): Promise<any>;
26}
27
28interface CreateLoadRemoteModule {
29 (options?: CreateLoadRemoteModuleOptions): LoadRemoteModule;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…