MCPcopy
hub / github.com/nestjs/nest / ROUTE_MAPPED_MESSAGE

Function ROUTE_MAPPED_MESSAGE

packages/core/helpers/messages.ts:12–13  ·  view source on GitHub ↗
(path: string, method: string | number)

Source from the content-addressed store, hash-verified

10) => `${module} dependencies initialized`;
11
12export const ROUTE_MAPPED_MESSAGE = (path: string, method: string | number) =>
13 `Mapped {${path}, ${RequestMethod[method]}} route`;
14
15export const VERSIONED_ROUTE_MAPPED_MESSAGE = (
16 path: string,

Callers 1

applyCallbackToRouterMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected