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

Method String

parse.go:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (e *mapExpr) String() string {
86 if e.expr == nil {
87 return fmt.Sprintf("map %s", e.keys)
88 }
89 return fmt.Sprintf("map %s %s", e.keys, e.expr)
90}
91
92type nmapExpr struct {
93 keys string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected