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

Function isDataField

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

Source from the content-addressed store, hash-verified

367} as const;
368
369export function isDataField(item: unknown): item is DataField {
370 return reflection.isInstance(item, DataField.$type);
371}
372
373export interface DataFieldAttribute extends langium.AstNode {
374 readonly $container: DataField | EnumField;

Callers 14

isDataFieldReferenceFunction · 0.90
getFieldReferenceFunction · 0.90
getMemberAccessScopeMethod · 0.90
resolveReferenceMethod · 0.90
resolveAttributeArgMethod · 0.90
highlightElementMethod · 0.90
validateMethod · 0.90
_checkConstraintMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected