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

Method excludeUrl

src/app/service/service_worker/client.ts:84–86  ·  view source on GitHub ↗
(uuid: string, excludePattern: string, remove: boolean)

Source from the content-addressed store, hash-verified

82 }
83
84 excludeUrl(uuid: string, excludePattern: string, remove: boolean) {
85 return this.do("excludeUrl", { uuid, excludePattern, remove });
86 }
87
88 // 重置匹配项
89 resetMatch(uuid: string, match: string[] | undefined) {

Callers 1

handleExcludeUrlFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected