MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isMatchingParameter

Method isMatchingParameter

Rewrite-Parser.beta.js:3245–3247  ·  view source on GitHub ↗
(paramName)

Source from the content-addressed store, hash-verified

3243 }
3244
3245 isMatchingParameter(paramName) {
3246 return this.MATCHING_PARAMETERS.some(p => p.name === paramName.toLowerCase())
3247 }
3248
3249 collectValue() {
3250 let value = ''

Callers 1

parseExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected