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

Method RemoveObservable

src/Plugins/Rpc/RpcClientPlugin.ts:37–39  ·  view source on GitHub ↗
(uri: string)

Source from the content-addressed store, hash-verified

35 }
36
37 public RemoveObservable(uri: string) {
38 return this.Call<RemoveObservableArgs, boolean>('RemoveObservable', uri);
39 }
40
41 public ReorderPlugin(oldIndex: number, newIndex: number) {
42 return this.Call<ReorderPluginArgs, boolean>('ReorderPlugin', oldIndex, newIndex);

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected