Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ builder.test.ts
File
builder.test.ts
packages/schema-builder/src/builder.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect, test } from
'vitest'
;
2
import
{ SchemaBuilder } from
'./builder.js'
;
3
import
{ CollectionBuilder } from
'./collection.js'
;
4
import
{ FieldBuilder } from
'./field.js'
;
Callers
nothing calls this directly
Calls
15
collection
Method · 0.80
id
Method · 0.80
field
Method · 0.80
string
Method · 0.80
text
Method · 0.80
dateTime
Method · 0.80
m2m
Method · 0.80
m2a
Method · 0.80
translations
Method · 0.80
integer
Method · 0.80
overwrite
Method · 0.80
build
Method · 0.45
Tested by
no test coverage detected