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

Method String

parse.go:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (e *setLocalExpr) String() string {
74 if e.val == "" {
75 return fmt.Sprintf("setlocal %s %s", e.path, e.opt)
76 }
77 return fmt.Sprintf("setlocal %s %s %s", e.path, e.opt, e.val)
78}
79
80type mapExpr struct {
81 keys string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected