MCPcopy Create free account
hub / github.com/SolarLune/masterplan / TextAsString

Method TextAsString

gui.go:2541–2541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2539}
2540
2541func (label *Label) TextAsString() string { return string(label.Text) }
2542
2543func (label *Label) TextAsInt() int {
2544 i, _ := strconv.Atoi(label.TextAsString())

Callers 15

UpdateMethod · 0.95
TextAsIntMethod · 0.95
ConstructMenusFunction · 0.95
SetChoicesMethod · 0.80
UpdateMethod · 0.80
NewSoundContentsFunction · 0.80
NewImageContentsFunction · 0.80
NewTimerContentsFunction · 0.80
SetCountdownTimeMethod · 0.80
SetScheduleTimeMethod · 0.80
UpdateMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected