MCPcopy
hub / github.com/mathaou/termdbms / Data

Method Data

viewer/viewer.go:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func (m *TuiModel) Data() *UIData {
23 if m.QueryData != nil {
24 return m.QueryData
25 }
26
27 return &m.DefaultData
28}
29
30func (m *TuiModel) Table() *TableState {
31 if m.QueryResult != nil {

Callers 15

CopyMapMethod · 0.95
PopulateDataForResultMethod · 0.95
SwapTableValuesMethod · 0.95
GetSchemaNameMethod · 0.95
GetHeadersMethod · 0.95
SetViewSlicesMethod · 0.95
DisplayMessageMethod · 0.95
initFunction · 0.80
HandleFormatMovementFunction · 0.80
InsertCharacterFunction · 0.80
HandleFormatInputFunction · 0.80
HandleFormatModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected