MCPcopy Index your code
hub / github.com/bugy/script-server / _preprocessParameter

Function _preprocessParameter

web-src/src/main-app/store/scriptConfig.js:420–424  ·  view source on GitHub ↗
(parameter, scriptConfig)

Source from the content-addressed store, hash-verified

418}
419
420function _preprocessParameter(parameter, scriptConfig) {
421 preprocessParameter(parameter, (path) => {
422 return loadFiles(scriptConfig, parameter.name, path);
423 });
424}
425
426function loadFiles(scriptConfig, parameterName, path) {
427 if (isNull(scriptConfig)) {

Callers 3

UPDATE_SCRIPT_CONFIGFunction · 0.85
ADD_PARAMETERFunction · 0.85
UPDATE_PARAMETERFunction · 0.85

Calls 2

preprocessParameterFunction · 0.90
loadFilesFunction · 0.85

Tested by

no test coverage detected