MCPcopy Create free account
hub / github.com/TanStack/db / unwrapValue

Function unwrapValue

packages/db/src/query/compiler/index.ts:1440–1442  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

1438
1439// Helper to unwrap a Value expression or return the value itself
1440function unwrapValue(value: any): any {
1441 return isValue(value) ? value.value : value
1442}
1443
1444function attachVirtualPropsToSelected(
1445 selected: any,

Callers 2

compileQueryFunction · 0.85
processFromFunction · 0.85

Calls 1

isValueFunction · 0.85

Tested by

no test coverage detected