MCPcopy Create free account
hub / github.com/cheikhshift/cleo / templateFNserver

Function templateFNserver

application.go:1189–1195  ·  view source on GitHub ↗
(localid string, d interface{})

Source from the content-addressed store, hash-verified

1187}
1188
1189func templateFNserver(localid string, d interface{}) {
1190 if n := recover(); n != nil {
1191 color.Red(fmt.Sprintf("Error loading template in path (momentum/server) : %s", localid))
1192 // log.Println(n)
1193 DebugTemplatePath(localid, d)
1194 }
1195}
1196
1197var templateIDserver = "tmpl/momentum/server.tmpl"
1198

Callers 2

NetserverFunction · 0.85
NetbserverFunction · 0.85

Calls 1

DebugTemplatePathFunction · 0.85

Tested by

no test coverage detected