Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
objprop
Function · 0.85
pattern
Function · 0.85
funarg
Function · 0.85
classBody
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected