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

Method visitCall

packages/orm/src/utils/schema-utils.ts:64–71  ·  view source on GitHub ↗
(e: CallExpression)

Source from the content-addressed store, hash-verified

62 }
63
64 protected visitCall(e: CallExpression): VisitResult {
65 for (const arg of e.args ?? []) {
66 const r = this.visit(arg);
67 if (r?.abort) {
68 return r;
69 }
70 }
71 }
72
73 protected visitBinding(_e: BindingExpression): VisitResult {}
74

Callers 1

visitMethod · 0.95

Calls 1

visitMethod · 0.95

Tested by

no test coverage detected