MCPcopy Index your code
hub / github.com/TanStack/db / like

Function like

packages/db/src/query/builder/functions.ts:270–272  ·  view source on GitHub ↗
(left: any, right: any)

Source from the content-addressed store, hash-verified

268 right: StringLike,
269): BasicExpression<boolean>
270export function like(left: any, right: any): BasicExpression<boolean> {
271 return new Func(`like`, [toExpression(left), toExpression(right)])
272}
273
274export function ilike(
275 left: StringLike,

Callers 6

createWhereTestsFunction · 0.85
functions.test.tsFile · 0.85
where.test.tsFile · 0.85

Calls 1

toExpressionFunction · 0.85

Tested by 1

createWhereTestsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…