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

Function isPropertyName

Scripts/ace/worker-javascript.js:4958–4960  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

4956
4957
4958 function isPropertyName(token) {
4959 return token.identifier || token.id === "(string)" || token.id === "(number)";
4960 }
4961
4962
4963 function propertyName(preserveOrToken) {

Callers 1

classbodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected