MCPcopy Create free account
hub / github.com/gokcehan/lf / String

Method String

parse.go:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (e *cmapExpr) String() string {
122 if e.expr == nil {
123 return fmt.Sprintf("cmap %s", e.key)
124 }
125 return fmt.Sprintf("cmap %s %s", e.key, e.expr)
126}
127
128type cmdExpr struct {
129 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected