MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / visitUnary

Method visitUnary

packages/orm/src/utils/schema-utils.ts:60–62  ·  view source on GitHub ↗
(e: UnaryExpression)

Source from the content-addressed store, hash-verified

58 }
59
60 protected visitUnary(e: UnaryExpression): VisitResult {
61 return this.visit(e.operand);
62 }
63
64 protected visitCall(e: CallExpression): VisitResult {
65 for (const arg of e.args ?? []) {

Callers 1

visitMethod · 0.95

Calls 1

visitMethod · 0.95

Tested by

no test coverage detected