MCPcopy Create free account
hub / github.com/bugy/script-server / isRecursiveFileParameter

Function isRecursiveFileParameter

web-src/src/main-app/utils/model_helper.js:24–26  ·  view source on GitHub ↗
(parameter)

Source from the content-addressed store, hash-verified

22}
23
24export function isRecursiveFileParameter(parameter) {
25 return (parameter.type === PARAM_TYPE_SERVER_FILE) && (parameter.fileRecursive);
26}
27
28export function scriptNameToHash(scriptName) {
29 return encodeURIComponent(scriptName);

Callers 2

preprocessParameterFunction · 0.85
isComboboxParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected