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

Function handleExcludeUrl

src/pages/components/ScriptMenuList/index.tsx:206–210  ·  view source on GitHub ↗
(uuid: string, excludePattern: string, isExclude: boolean)

Source from the content-addressed store, hash-verified

204 );
205
206 const handleExcludeUrl = (uuid: string, excludePattern: string, isExclude: boolean) => {
207 scriptClient.excludeUrl(uuid, excludePattern, isExclude).finally(() => {
208 setIsEffective(isExclude);
209 });
210 };
211
212 return (
213 <Collapse

Callers 1

index.tsxFile · 0.85

Calls 1

excludeUrlMethod · 0.45

Tested by

no test coverage detected