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

Method String

parse.go:133–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (e *cmdExpr) String() string {
134 if e.expr == nil {
135 return fmt.Sprintf("cmd %s", e.name)
136 }
137 return fmt.Sprintf("cmd %s %s", e.name, e.expr)
138}
139
140type callExpr struct {
141 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected