MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / SearchResult

Struct SearchResult

init.go:72–75  ·  view source on GitHub ↗

SearchResult represents a cell that matches search query

Source from the content-addressed store, hash-verified

70
71// SearchResult represents a cell that matches search query
72type SearchResult struct {
73 Row int
74 Col int
75}
76
77// initialize tview, buffer
78func initView() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected