MCPcopy
hub / github.com/cli/cli / String

Method String

internal/codespaces/states.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18type PostCreateStateStatus string
19
20func (p PostCreateStateStatus) String() string {
21 return text.Title(string(p))
22}
23
24const (
25 PostCreateStateRunning PostCreateStateStatus = "running"

Calls 1

TitleFunction · 0.92

Tested by 2