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

Method GetActivePlugin

backend/Src/StreamDispatcher.ts:118–121  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

116 }
117
118 public GetActivePlugin(url: string): Plugin | null {
119 const target = this.observables.get(url) || null;
120 return target && target.plugins.find(x => x.enabled) || null;
121 }
122}

Callers 6

InitializeMethod · 0.95
AddMethod · 0.95
RemoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected