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

File settings.ts

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

Source from the content-addressed store, hash-verified

1import { ErrorCode, isDirectusError } from '@directus/errors';
2import express from 'express';
3import { respond } from '../middleware/respond.js';
4import useCollection from '../middleware/use-collection.js';

Callers

nothing calls this directly

Calls 7

isDirectusErrorFunction · 0.90
asyncHandlerFunction · 0.85
setOwnerMethod · 0.80
getMethod · 0.65
readSingletonMethod · 0.65
upsertSingletonMethod · 0.65
useCollectionFunction · 0.50

Tested by

no test coverage detected