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

Method __before

test/case/extend/controller.js:346–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 controllers: {
345 test: class TestController {
346 __before() {
347 return false;
348 }
349 testAction() {
350 runAction = true;
351 }

Callers 1

actionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected