MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / resetMatch

Method resetMatch

src/app/service/service_worker/client.ts:89–91  ·  view source on GitHub ↗
(uuid: string, match: string[] | undefined)

Source from the content-addressed store, hash-verified

87
88 // 重置匹配项
89 resetMatch(uuid: string, match: string[] | undefined) {
90 return this.do("resetMatch", { uuid, match });
91 }
92
93 // 重置排除项
94 resetExclude(uuid: string, exclude: string[] | undefined) {

Callers 2

renderFunction · 0.45
MatchFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected