MCPcopy Create free account
hub / github.com/gizak/termui / String

Method String

_examples/tree.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12type nodeValue string
13
14func (nv nodeValue) String() string {
15 return string(nv)
16}
17
18func main() {
19 if err := ui.Init(); err != nil {

Callers 1

parseStylesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected