MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / checkPunctuators

Function checkPunctuators

Scripts/ace/worker-javascript.js:6805–6807  ·  view source on GitHub ↗
(token, values)

Source from the content-addressed store, hash-verified

6803 return value;
6804 }
6805 function checkPunctuators(token, values) {
6806 return token.type === "(punctuator)" && _.contains(values, token.value);
6807 }
6808 function destructuringAssignOrJsonValue() {
6809
6810 var block = lookupBlockType();

Callers 7

identifierFunction · 0.85
functionparamsFunction · 0.85
nextInnerDEFunction · 0.85
destructuringExpressionFunction · 0.85
classbodyFunction · 0.85
lookupBlockTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected