MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / isIdentifier

Function isIdentifier

ServerEditorWeb/ace/worker-javascript.js:2394–2402  ·  view source on GitHub ↗
(tkn, value)

Source from the content-addressed store, hash-verified

2392 }
2393
2394 function isIdentifier(tkn, value) {
2395 if (!tkn)
2396 return false;
2397
2398 if (!tkn.identifier || tkn.value !== value)
2399 return false;
2400
2401 return true;
2402 }
2403
2404 function isReserved(token) {
2405 if (!token.reserved) {

Callers 1

relationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected