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

Function writePathHandlerPage5

_examples/view/template_jet_2/main.go:69–71  ·  view source on GitHub ↗
(ctx iris.Context)

Source from the content-addressed store, hash-verified

67}
68
69func writePathHandlerPage5(ctx iris.Context) {
70 ctx.Writef("Hello from %s.\nparamfirst(int)=%d", ctx.Path(), ctx.Params().GetIntDefault("paramfirst", 0))
71}

Callers

nothing calls this directly

Calls 4

WritefMethod · 0.80
ParamsMethod · 0.80
PathMethod · 0.65
GetIntDefaultMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…