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

Method EnablePlugin

src/Plugins/Rpc/RpcClientPlugin.ts:45–47  ·  view source on GitHub ↗
(id: number, enabled: boolean)

Source from the content-addressed store, hash-verified

43 }
44
45 public EnablePlugin(id: number, enabled: boolean) {
46 return this.Call<EnablePluginArgs, boolean>('EnablePlugin', id, enabled);
47 }
48
49 public ReorderObservablePlugin(uri: string, oldIndex: number, newIndex: number) {
50 return this.Call<ReorderObservablePluginArgs, boolean>('ReorderObservablePlugin', uri, oldIndex, newIndex);

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected