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

Struct TextResult

testing.go:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204type TextResult struct {
205 Value string
206 found bool
207}
208
209func (r TextResult) Exists() bool { return r.found }
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected