MCPcopy Index your code
hub / github.com/thinkjs/thinkjs / action

Method action

index.d.ts:436–436  ·  view source on GitHub ↗

* execute action * * @memberOf Controller

(controller: this, actionsName: string, module?: string)

Source from the content-addressed store, hash-verified

434 * @memberOf Controller
435 */
436 action(controller: this, actionsName: string, module?: string): Promise<any>;
437
438 /**
439 *

Callers 1

controller.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected