MCPcopy Create free account
hub / github.com/andywer/postguard / isAllOfColumnReference

Function isAllOfColumnReference

src/validation.ts:18–19  ·  view source on GitHub ↗
(ref: ColumnReference)

Source from the content-addressed store, hash-verified

16} from "./types"
17
18const isAllOfColumnReference = (ref: ColumnReference): ref is AllOfColumnReference =>
19 (ref as AllOfColumnReference).columnName === "*" || false
20const isUnresolvableColumnReference = (ref: ColumnReference) =>
21 (ref as UnqualifiedColumnReference).any || false
22

Calls

no outgoing calls

Tested by

no test coverage detected