MCPcopy
hub / github.com/helm/helm / warnWrap

Function warnWrap

pkg/engine/engine.go:126–128  ·  view source on GitHub ↗
(warn string)

Source from the content-addressed store, hash-verified

124var warnRegex = regexp.MustCompile(warnStartDelim + `((?s).*)` + warnEndDelim)
125
126func warnWrap(warn string) string {
127 return warnStartDelim + warn + warnEndDelim
128}
129
130// 'include' needs to be defined in the scope of a 'tpl' template as
131// well as regular file-loaded templates.

Callers 1

initFunMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…