MCPcopy Index your code
hub / github.com/zenstackhq/zenstack / isArrayExpr

Function isArrayExpr

packages/language/src/generated/ast.ts:125–127  ·  view source on GitHub ↗
(item: unknown)

Source from the content-addressed store, hash-verified

123} as const;
124
125export function isArrayExpr(item: unknown): item is ArrayExpr {
126 return reflection.isInstance(item, ArrayExpr.$type);
127}
128
129export interface Attribute extends langium.AstNode {
130 readonly $container: Model;

Callers 15

getModelIdFieldsFunction · 0.90
getModelUniqueFieldsFunction · 0.90
getUniqueFieldsFunction · 0.90
getObjectLiteralFunction · 0.90
getArrayFunction · 0.90
getCompletionFromHintMethod · 0.90
resolveAttributeArgMethod · 0.90
_checkConstraintMethod · 0.90
isNotModelFieldExprMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected