Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ isUserScriptFunction
Function
isUserScriptFunction
src/engine/MacroChoiceEngine.ts:128–130 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
126
}
127
128
function
isUserScriptFunction(value: unknown): value is UserScriptFunction {
129
return
typeof value ===
"function"
;
130
}
131
132
function
isUserScriptObjectExport(
133
value: unknown
Callers
1
userScriptDelegator
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected