MCPcopy
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

1import { expect, test } from 'vitest';
2import { SchemaBuilder } from './builder.js';
3import { CollectionBuilder } from './collection.js';
4import { FieldBuilder } from './field.js';

Callers

nothing calls this directly

Calls 15

collectionMethod · 0.80
idMethod · 0.80
fieldMethod · 0.80
stringMethod · 0.80
textMethod · 0.80
dateTimeMethod · 0.80
m2mMethod · 0.80
m2aMethod · 0.80
translationsMethod · 0.80
integerMethod · 0.80
overwriteMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected