MCPcopy Index your code
hub / github.com/go-macaron/macaron / Get

Method Get

render.go:74–74  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

72 TemplateFileSystem interface {
73 ListFiles() []TemplateFile
74 Get(string) (io.Reader, error)
75 }
76
77 // Delims represents a set of Left and Right delimiters for HTML template rendering

Callers 15

Test_RecoveryFunction · 0.65
Test_Macaron_ServeHTTPFunction · 0.65
Test_Macaron_HandlersFunction · 0.65
Test_Macaron_EarlyWriteFunction · 0.65
Test_ContextFunction · 0.65
Test_Context_RenderFunction · 0.65
Test_Render_JSONFunction · 0.65
Test_Render_XMLFunction · 0.65
Test_Render_HTMLFunction · 0.65
Test_Render_XHTMLFunction · 0.65
Test_Render_ExtensionsFunction · 0.65

Implementers 1

TplFileSystemrender.go

Calls

no outgoing calls

Tested by 15

Test_RecoveryFunction · 0.52
Test_Macaron_ServeHTTPFunction · 0.52
Test_Macaron_HandlersFunction · 0.52
Test_Macaron_EarlyWriteFunction · 0.52
Test_ContextFunction · 0.52
Test_Context_RenderFunction · 0.52
Test_Render_JSONFunction · 0.52
Test_Render_XMLFunction · 0.52
Test_Render_HTMLFunction · 0.52
Test_Render_XHTMLFunction · 0.52
Test_Render_ExtensionsFunction · 0.52