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

Method visitLiteral

packages/orm/src/utils/schema-utils.ts:34–34  ·  view source on GitHub ↗
(_e: LiteralExpression)

Source from the content-addressed store, hash-verified

32 }
33
34 protected visitLiteral(_e: LiteralExpression): VisitResult {}
35
36 protected visitArray(e: ArrayExpression): VisitResult {
37 for (const item of e.items) {

Callers 1

visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected