MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / getBob

Function getBob

packages/core/fumadb/test/query/query.test.ts:124–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 lines.push(`count users: ${await orm.count("users")}`);
123
124 const getBob = () =>
125 orm.findFirst("users", { where: (b) => b("id", "=", "bob") });
126 const upsertBob = (v: string) =>
127 orm.upsert("users", {
128 where: (b) => b("id", "=", "bob"),

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected