Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/directus/directus
/ get-relation.test.ts
File
get-relation.test.ts
packages/utils/shared/get-relation.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ SchemaBuilder } from
'@directus/schema-builder'
;
2
import
{ expect, test } from
'vitest'
;
3
import
{ getRelation, getRelations } from
'./get-relation.js'
;
4
Callers
nothing calls this directly
Calls
8
getRelations
Function · 0.85
getRelation
Function · 0.85
collection
Method · 0.80
id
Method · 0.80
field
Method · 0.80
build
Method · 0.45
m2o
Method · 0.45
o2m
Method · 0.45
Tested by
no test coverage detected