MCPcopy Index your code
hub / github.com/box-cli-maker/box-cli-maker / Horizontal

Method Horizontal

box.go:147–150  ·  view source on GitHub ↗

Horizontal sets the glyph used for the horizontal edges.

(glyph string)

Source from the content-addressed store, hash-verified

145
146// Horizontal sets the glyph used for the horizontal edges.
147func (b *Box) Horizontal(glyph string) *Box {
148 b.horizontal = glyph
149 return b
150}
151
152// Vertical sets the glyph used for the vertical edges.
153func (b *Box) Vertical(glyph string) *Box {

Callers 5

TestBoxCopyFunction · 0.80
StyleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls