MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / isIdentifier

Function isIdentifier

Scripts/ace/worker-javascript.js:2539–2547  ·  view source on GitHub ↗
(tkn, value)

Source from the content-addressed store, hash-verified

2537 }
2538
2539 function isIdentifier(tkn, value) {
2540 if (!tkn)
2541 return false;
2542
2543 if (!tkn.identifier || tkn.value !== value)
2544 return false;
2545
2546 return true;
2547 }
2548
2549 function isReserved(token) {
2550 if (!token.reserved) {

Callers 1

relationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected