MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / AddPlugin

Method AddPlugin

backend/Src/StreamDispatcher.ts:29–31  ·  view source on GitHub ↗
(plugin: number, observables: Set<string>)

Source from the content-addressed store, hash-verified

27 }
28
29 public AddPlugin(plugin: number, observables: Set<string>) {
30 this.pluginStreams.set(plugin, observables);
31 }
32
33 public Add(url: string): boolean {
34 const plugin = this.GetActivePlugin(url);

Callers 1

LoadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected