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

Method TopRight

box.go:123–126  ·  view source on GitHub ↗

TopRight sets the glyph used in the upper-right corner.

(glyph string)

Source from the content-addressed store, hash-verified

121
122// TopRight sets the glyph used in the upper-right corner.
123func (b *Box) TopRight(glyph string) *Box {
124 b.topRight = glyph
125 return b
126}
127
128// TopLeft sets the glyph used in the upper-left corner.
129func (b *Box) TopLeft(glyph string) *Box {

Callers 6

TestBoxCopyFunction · 0.80
StyleMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls