MCPcopy
hub / github.com/aspen-cloud/triplit / Vars

Method Vars

packages/db/src/query/query-builder.ts:147–157  ·  view source on GitHub ↗
(value: Record<string, any>)

Source from the content-addressed store, hash-verified

145 }
146
147 Vars(value: Record<string, any>) {
148 const vars = value;
149 return new QueryBuilder<M, CN, Q>(
150 this.collectionName,
151 // @ts-expect-error
152 {
153 ...this,
154 vars,
155 }
156 );
157 }
158
159 Include<
160 Alias extends RelationshipRef<M, CN>,

Callers 4

variables.spec.tsFile · 0.80
db.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected