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

Method action

packages/core/repl/native-functions/get-repl-fn.ts:14–16  ·  view source on GitHub ↗
(token: string | symbol | Function | Type<any>)

Source from the content-addressed store, hash-verified

12 };
13
14 action(token: string | symbol | Function | Type<any>): any {
15 return this.ctx.app.get(token);
16 }
17}

Calls 1

getMethod · 0.65

Tested by

no test coverage detected