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

Struct execExpr

parse.go:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150type execExpr struct {
151 prefix string
152 value string
153}
154
155func (e *execExpr) String() string {
156 var buf bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected