MCPcopy
hub / github.com/revel/revel / NewTemplateLoader

Function NewTemplateLoader

template.go:74–79  ·  view source on GitHub ↗
(paths []string)

Source from the content-addressed store, hash-verified

72}
73
74func NewTemplateLoader(paths []string) *TemplateLoader {
75 loader := &TemplateLoader{
76 paths: paths,
77 }
78 return loader
79}
80
81// WatchDir returns true of directory doesn't start with . (dot)
82// otherwise false.

Callers 2

InitServerFunction · 0.85
startFakeBookingAppFunction · 0.85

Calls

no outgoing calls

Tested by 1

startFakeBookingAppFunction · 0.68