MCPcopy Create free account
hub / github.com/dim-an/cod / Styled

Method Styled

ui.go:28–28  ·  view source on GitHub ↗
(style, text string)

Source from the content-addressed store, hash-verified

26type UI interface {
27 GetKeystroke(choice string) (r rune, err error)
28 Styled(style, text string) string
29}
30
31func NewUI() UI {

Callers 2

summarizeLearningFunction · 0.95
apiPostexecMainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected