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

Method StaticFile

routergroup.go:47–47  ·  view source on GitHub ↗
(string, string)

Source from the content-addressed store, hash-verified

45 Match([]string, string, ...HandlerFunc) IRoutes
46
47 StaticFile(string, string) IRoutes
48 StaticFileFS(string, string, http.FileSystem) IRoutes
49 Static(string, string) IRoutes
50 StaticFS(string, http.FileSystem) IRoutes

Callers 4

testRoutesInterfaceFunction · 0.65
TestRouteStaticFileFunction · 0.65
StaticFileFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by 3

testRoutesInterfaceFunction · 0.52
TestRouteStaticFileFunction · 0.52