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

Method HTML

_examples/routing/custom-context/main.go:82–86  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

80}
81
82func (c *myCustomContext) HTML(format string, args ...interface{}) (int, error) {
83 c.Application().Logger().Info("HTML was called from custom Context")
84
85 return c.Context.HTML(format, args...)
86}

Callers 15

mainFunction · 0.45
indexFunction · 0.45
NewAppFunction · 0.45
newAppFunction · 0.45
mainFunction · 0.45
runServerFunction · 0.45
runServerFunction · 0.45
runServerFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 2

ApplicationMethod · 0.80
LoggerMethod · 0.65

Tested by

no test coverage detected