MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/server/routers/integrations/base-controller.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { NextFunction } from '@linen/types';
3
4export class BaseController {
5 static async notImplemented(_: any, _2: any, next: NextFunction) {
6 next(new NotImplemented());
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected