| 29 | const formatCheck = "{{" |
| 30 | |
| 31 | type mountFormatter struct{} |
| 32 | |
| 33 | func (mountFormatter) Transform(_ context.Context, m mount.Mount, a []mount.ActiveMount) (mount.Mount, error) { |
| 34 | if sc := formatString(m.Source); sc != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected