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

Function isDataSource

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

Source from the content-addressed store, hash-verified

470} as const;
471
472export function isDataSource(item: unknown): item is DataSource {
473 return reflection.isInstance(item, DataSource.$type);
474}
475
476export interface Enum extends langium.AstNode {
477 readonly $container: Model;

Callers 3

highlightElementMethod · 0.90
validateDataSourcesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected