Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ hasFlag
Function
hasFlag
mgen-javascriptlib/src/main/javascript/mgen-lib.js:508–510 ·
view source on GitHub ↗
(fields, flag)
Source
from the content-addressed store, hash-verified
506
}
507
508
function
hasFlag(fields, flag) {
509
return
(fields.indexOf(flag) > -1);
510
}
511
512
function
isNumeric(number) {
513
// Borrowed from jQuery with comment:
Callers
2
createField
Function · 0.85
createDefaultField
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected