Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/console
/ cuid
Function
cuid
packages/core/src/util/sql.pg.ts:5–5 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
3
import
{ varchar, timestamp } from
"drizzle-orm/pg-core"
;
4
5
export
const
cuid = (name: string) => varchar(name, { length: 24 });
6
7
export
const
id = {
8
get id() {
Callers
4
state.pg.ts
File · 0.90
run.pg.ts
File · 0.90
id
Function · 0.70
workspaceID
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected