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

Method policy

packages/core/fumadb/src/schema/create.ts:332–332  ·  view source on GitHub ↗
(policy: TablePolicy<this, TContext>)

Source from the content-addressed store, hash-verified

330 unique(name: string, columns: (keyof Columns)[]): Table<Columns, Relations>;
331
332 policy<TContext>(policy: TablePolicy<this, TContext>): this;
333
334 clone: () => Table<Columns, Relations>;
335}

Callers 4

unscopedExecutorTableFunction · 0.80
tenantExecutorTableFunction · 0.80
ownedExecutorTableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected