MCPcopy Create free account
hub / github.com/codecombat/codecombat / ConvertUnaryExpression

Method ConvertUnaryExpression

app/lib/code-to-blocks.js:552–554  ·  view source on GitHub ↗
(n, ctx)

Source from the content-addressed store, hash-verified

550 }
551
552 static ConvertUnaryExpression (n, ctx) {
553 return null
554 }
555
556 static ConvertMemberExpression (n, ctx) {
557 if (n.computed === true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected