MCPcopy Index your code
hub / github.com/pterm/pterm / Code

Method Code

color.go:361–363  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

359
360// Code convert to code string. returns like "32;45;3".
361func (s Style) Code() string {
362 return s.String()
363}
364
365// String convert to code string. returns like "32;45;3".
366func (s Style) String() string {

Callers 1

TestStyle_CodeFunction · 0.80

Calls 1

StringMethod · 0.95

Tested by 1

TestStyle_CodeFunction · 0.64