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

Method isMatchingParameter

Rewrite-Parser.js:2833–2835  ·  view source on GitHub ↗
(paramName)

Source from the content-addressed store, hash-verified

2831 }
2832
2833 isMatchingParameter(paramName) {
2834 return this.MATCHING_PARAMETERS.some(p => p.name === paramName.toLowerCase())
2835 }
2836
2837 collectValue() {
2838 let value = ''

Callers 1

parseExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected