MCPcopy Create free account
hub / github.com/kataras/iris / Activated

Method Activated

mvc/controller.go:384–388  ·  view source on GitHub ↗

Activated can be called to skip the internal method parsing.

()

Source from the content-addressed store, hash-verified

382
383// Activated can be called to skip the internal method parsing.
384func (c *ControllerActivator) Activated() bool {
385 b := c.activated
386 c.activated = true
387 return b
388}
389
390func (c *ControllerActivator) activate() {
391 if c.Activated() {

Callers 2

activateMethod · 0.95
ApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected