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

Method Table

viewer/viewer.go:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (m *TuiModel) Table() *TableState {
31 if m.QueryResult != nil {
32 return m.QueryResult
33 }
34
35 return &m.DefaultTable
36}
37
38func SetStyles() {
39 HeaderStyle = lipgloss.NewStyle()

Callers 10

CopyMapMethod · 0.95
SetModelMethod · 0.95
PopulateDataForResultMethod · 0.95
GetSchemaDataMethod · 0.95
initFunction · 0.80
EditEnterFunction · 0.80
handleSQLModeFunction · 0.80
initFunction · 0.80
SerializeFunction · 0.80
SerializeOverwriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected