MCPcopy Create free account
hub / github.com/NV404/gova / Text

Method Text

testing.go:257–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255func (r TextFieldResult) Exists() bool { return r.found }
256
257func (r TextFieldResult) Text() string {
258 if r.state != nil {
259 return r.state.Get()
260 }
261 return ""
262}
263
264func (r TextFieldResult) Type(text string) {
265 if r.state != nil {

Callers 11

BodyMethod · 0.80
BodyMethod · 0.80
BodyMethod · 0.80
main.goFile · 0.80
main.goFile · 0.80
main.goFile · 0.80
chipRowFunction · 0.80
todoRowFunction · 0.80
main.goFile · 0.80
main.goFile · 0.80
main.goFile · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected