MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / resetExclude

Method resetExclude

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

Source from the content-addressed store, hash-verified

92
93 // 重置排除项
94 resetExclude(uuid: string, exclude: string[] | undefined) {
95 return this.do("resetExclude", { uuid, exclude });
96 }
97
98 requestCheckUpdate(uuid: string) {
99 return this.do("requestCheckUpdate", uuid);

Callers 2

renderFunction · 0.45
MatchFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected