(s string)
| 38 | } |
| 39 | |
| 40 | func (tc *templateCache) existsInModelPath(s string) bool { |
| 41 | return utils.ExistsInPath(tc.templatesPath, s) |
| 42 | } |
| 43 | func (tc *templateCache) loadTemplateIfExists(templateType TemplateType, templateName string) error { |
| 44 | |
| 45 | // Check if the template was already loaded |
no test coverage detected