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

Struct cmapExpr

parse.go:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116type cmapExpr struct {
117 key string
118 expr expr
119}
120
121func (e *cmapExpr) String() string {
122 if e.expr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected