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

Method String

parse.go:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95}
96
97func (e *nmapExpr) String() string {
98 if e.expr == nil {
99 return fmt.Sprintf("nmap %s", e.keys)
100 }
101 return fmt.Sprintf("nmap %s %s", e.keys, e.expr)
102}
103
104type vmapExpr struct {
105 keys string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected