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

Method TopLeft

box.go:129–132  ·  view source on GitHub ↗

TopLeft sets the glyph used in the upper-left corner.

(glyph string)

Source from the content-addressed store, hash-verified

127
128// TopLeft sets the glyph used in the upper-left corner.
129func (b *Box) TopLeft(glyph string) *Box {
130 b.topLeft = glyph
131 return b
132}
133
134// BottomRight sets the glyph used in the lower-right corner.
135func (b *Box) BottomRight(glyph string) *Box {

Callers 6

TestBoxCopyFunction · 0.80
StyleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls