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

Method StopRecording

src/Plugins/Rpc/RpcClientPlugin.ts:53–55  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

51 }
52
53 public StopRecording(label: string) {
54 return this.Call<StopRecordingArgs, boolean>('StopRecording', label);
55 }
56
57 public RemoveArchiveRecord(filename: string) {
58 return this.Call<RemoveArchiveRecordArgs, boolean>('RemoveArchiveRecord', filename);

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected