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

Method String

opts.go:66–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64)
65
66func (s borderStyle) String() string {
67 switch s {
68 case borderBox:
69 return "box"
70 case borderRoundBox:
71 return "roundbox"
72 case borderOutline:
73 return "outline"
74 case borderRoundOutline:
75 return "roundoutline"
76 case borderSeparators:
77 return "separators"
78 default:
79 return fmt.Sprintf("borderStyle(%d)", s)
80 }
81}
82
83var gOpts struct {
84 anchorfind bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected