MCPcopy
hub / github.com/pterm/pterm / String

Method String

color.go:366–368  ·  view source on GitHub ↗

String convert to code string. returns like "32;45;3".

()

Source from the content-addressed store, hash-verified

364
365// String convert to code string. returns like "32;45;3".
366func (s Style) String() string {
367 return colors2code(s...)
368}
369
370// Converts colors to code.
371// Return format: "32;45;3".

Callers 2

SprintMethod · 0.95
CodeMethod · 0.95

Calls 1

colors2codeFunction · 0.85

Tested by

no test coverage detected