MCPcopy
hub / github.com/directus/directus / items.ts

File items.ts

api/src/controllers/items.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ErrorCode, ForbiddenError, isDirectusError, RouteNotFoundError } from '@directus/errors';
2import { isSystemCollection } from '@directus/system-data';
3import type { PrimaryKey } from '@directus/types';
4import express from 'express';

Callers

nothing calls this directly

Calls 15

isSystemCollectionFunction · 0.90
isDirectusErrorFunction · 0.90
asyncHandlerFunction · 0.85
validateBatchFunction · 0.85
sanitizeQueryFunction · 0.85
createManyMethod · 0.65
createOneMethod · 0.65
readManyMethod · 0.65
readOneMethod · 0.65
readSingletonMethod · 0.65
readByQueryMethod · 0.65
getMetaForQueryMethod · 0.65

Tested by

no test coverage detected