MCPcopy Create free account
hub / github.com/goadesign/goa / TemplateFuncs

Function TemplateFuncs

codegen/funcs.go:35–40  ·  view source on GitHub ↗

TemplateFuncs lists common template helper functions.

()

Source from the content-addressed store, hash-verified

33
34// TemplateFuncs lists common template helper functions.
35func TemplateFuncs() map[string]any {
36 return map[string]any{
37 "commandLine": CommandLine,
38 "comment": Comment,
39 }
40}
41
42// CommandLine return the command used to run this process.
43func CommandLine() string {

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected