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

Method Get

mvc/controller_test.go:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271func (t *testControllerBindStruct) Get() {
272 t.Ctx.Writef(t.TitlePointer.title + t.TitleValue.title + t.Other)
273}
274
275// test if context can be binded to the controller's function
276// without need to declare it to a struct if not needed.

Callers

nothing calls this directly

Calls 1

WritefMethod · 0.80

Tested by

no test coverage detected