MCPcopy
hub / github.com/gin-gonic/gin / Handler

Method Handler

context.go:167–169  ·  view source on GitHub ↗

Handler returns the main handler.

()

Source from the content-addressed store, hash-verified

165
166// Handler returns the main handler.
167func (c *Context) Handler() HandlerFunc {
168 return c.handlers.Last()
169}
170
171// FullPath returns a matched route full path. For not found routes
172// returns an empty string.

Callers

nothing calls this directly

Calls 1

LastMethod · 0.45

Tested by

no test coverage detected