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

Function isConfigArrayExpr

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

Source from the content-addressed store, hash-verified

285} as const;
286
287export function isConfigArrayExpr(item: unknown): item is ConfigArrayExpr {
288 return reflection.isInstance(item, ConfigArrayExpr.$type);
289}
290
291export type ConfigExpr = ConfigArrayExpr | InvocationExpr | LiteralExpr;
292

Callers 3

getArrayFunction · 0.90
_checkSchemaMethod · 0.90
validateProviderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected