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

Method Get

_examples/mvc/basic/main.go:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (c *basicSubController) Get() string {
119 count := c.Session.GetIntDefault("count", 1)
120 return fmt.Sprintf("Hello from basicSubController.\nRead-only visits count: %d", count)
121}

Callers

nothing calls this directly

Calls 1

GetIntDefaultMethod · 0.45

Tested by

no test coverage detected