MCPcopy
hub / github.com/charmbracelet/glow / String

Method String

ui/ui.go:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83)
84
85func (s state) String() string {
86 return map[state]string{
87 stateShowStash: "showing file listing",
88 stateShowDocument: "showing document",
89 }[s]
90}
91
92// Common stuff we'll need to access in all models.
93type commonModel struct {

Callers 15

findGitHubREADMEFunction · 0.45
findGitLabREADMEFunction · 0.45
readmeURLFunction · 0.45
githubReadmeURLFunction · 0.45
gitlabReadmeURLFunction · 0.45
sourceFromArgFunction · 0.45
executeCLIFunction · 0.45
normalizeFunction · 0.45
styleFilteredTextFunction · 0.45
renderMethod · 0.45
miniHelpViewMethod · 0.45
mergeColumnsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected