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

Method AddObservable

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

Source from the content-addressed store, hash-verified

31
32export class RpcClientPlugin extends RpcClient {
33 public AddObservable(uri: string) {
34 return this.Call<AddObservableArgs, AddObservableRet>('AddObservable', uri);
35 }
36
37 public RemoveObservable(uri: string) {
38 return this.Call<RemoveObservableArgs, boolean>('RemoveObservable', uri);

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected