MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isModifier

Function isModifier

lib/web/CodeMirror/mode/javascript/javascript.js:311–313  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

309 }
310
311 function isModifier(name) {
312 return name == "public" || name == "private" || name == "protected" || name == "abstract" || name == "readonly"
313 }
314
315 // Combinators
316

Callers 4

objpropFunction · 0.85
patternFunction · 0.85
funargFunction · 0.85
classBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected