MCPcopy Index your code
hub / github.com/DHTMLX/gantt / isModifier

Function isModifier

samples/common/codehighlight/javascript.js:315–317  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

313 }
314
315 function isModifier(name) {
316 return name == "public" || name == "private" || name == "protected" || name == "abstract" || name == "readonly"
317 }
318
319 // Combinators
320

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected