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

Method AddArchiveFilter

src/Plugins/Rpc/RpcClientPlugin.ts:68–70  ·  view source on GitHub ↗
(name: string, query: string)

Source from the content-addressed store, hash-verified

66 return this.Call<DetachTagFromArchiveRecord, boolean>('DetachTagFromArchiveRecord', filename, tag);
67 }
68 public AddArchiveFilter(name: string, query: string) {
69 return this.Call<AddFilterArgs, boolean>('AddArchiveFilter', name, query);
70 }
71 public RemoveArchiveFilter(id: number) {
72 return this.Call<RemoveFilterArgs, boolean>('RemoveArchiveFilter', id);
73 }

Callers

nothing calls this directly

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected