MCPcopy Index your code
hub / github.com/Effect-TS/effect / isFragment

Function isFragment

packages/sql/src/internal/statement.ts:24–25  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

22
23/** @internal */
24export const isFragment = (u: unknown): u is Statement.Fragment =>
25 typeof u === "object" && u !== null && FragmentId in u
26
27/** @internal */
28export const isParameter = (

Callers 2

statementFunction · 0.85
extractPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…