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

Function isIdentifier

lib/web/jshint.js:19064–19072  ·  view source on GitHub ↗
(tkn, value)

Source from the content-addressed store, hash-verified

19062 }
19063
19064 function isIdentifier(tkn, value) {
19065 if (!tkn)
19066 return false;
19067
19068 if (!tkn.identifier || tkn.value !== value)
19069 return false;
19070
19071 return true;
19072 }
19073
19074 function isReserved(token) {
19075 if (!token.reserved) {

Callers 1

relationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected