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

File deployment.ts

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

Source from the content-addressed store, hash-verified

1import { ErrorCode, InvalidPathParameterError, InvalidPayloadError, isDirectusError } from '@directus/errors';
2import { DEPLOYMENT_PROVIDER_TYPES, type DeploymentConfig, type ProviderType } from '@directus/types';
3import express from 'express';
4import Joi from 'joi';

Callers

nothing calls this directly

Calls 15

isDirectusErrorFunction · 0.90
asyncHandlerFunction · 0.85
getDatabaseFunction · 0.85
transactionFunction · 0.85
validateBatchFunction · 0.85
validateProviderFunction · 0.85
useLoggerFunction · 0.85
parseRangeFunction · 0.85
stringMethod · 0.80
listWithSyncMethod · 0.80
defaultMethod · 0.80
validateDeployableMethod · 0.80

Tested by

no test coverage detected