MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / canClick

Function canClick

popup/helpers/utils.js:7–10  ·  view source on GitHub ↗
(script)

Source from the content-addressed store, hash-verified

5} from "../../scripts/helpers/scriptDetection.js";
6
7export const canClick = (script) => {
8 // Use shared detection logic
9 return detectCanClick(script);
10};
11
12export const canAutoRun = (script) => {
13 // ⚡ OPTIMIZATION: Use pre-calculated canAutoRun from metadata

Callers 2

createScriptButtonFunction · 0.90
isTitleFunction · 0.85

Calls 1

detectCanClickFunction · 0.90

Tested by

no test coverage detected