MCPcopy Create free account
hub / github.com/Macuyiko/minecraft-python / checkPunctuators

Function checkPunctuators

ServerEditorWeb/ace/worker-javascript.js:6457–6459  ·  view source on GitHub ↗
(token, values)

Source from the content-addressed store, hash-verified

6455 return value;
6456 }
6457 function checkPunctuators(token, values) {
6458 return token.type === "(punctuator)" && _.contains(values, token.value);
6459 }
6460 function destructuringAssignOrJsonValue() {
6461
6462 var block = lookupBlockType();

Callers 2

classbodyFunction · 0.85
lookupBlockTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected