Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codechenx/FastTableViewer
/ functions
Functions
230 in github.com/codechenx/FastTableViewer
⨍
Functions
230
◇
Types & classes
20
↓ 1 callers
Function
startAsyncUpdateHandler
startAsyncUpdateHandler manages UI updates during async loading
ftv.go:42
↓ 1 callers
Method
summary
(a []string)
stats.go:11
↓ 1 callers
Function
toLower
toLower converts a string to lowercase using optimized stdlib
utils.go:354
↓ 1 callers
Function
uniqueChar
remove duplication item in []rune
sepDector.go:203
↓ 1 callers
Function
usefulInfo
print useful info and force quite app
utils.go:30
Function
BenchmarkContinuousStats
======================================== Performance Tests ========================================
stats_test.go:139
Function
BenchmarkCountRuneFast
(b *testing.B)
sepDector_test.go:278
Function
BenchmarkDiscreteStats
(b *testing.B)
stats_test.go:152
Function
BenchmarkMemoryLimitCheck
(b *testing.B)
memory_limit_test.go:316
Function
BenchmarkMemoryTracking
Benchmark memory tracking overhead
memory_limit_test.go:304
Function
BenchmarkSepDetect_Comma
======================================== Performance Tests ========================================
sepDector_test.go:263
Function
BenchmarkStringInterning
Benchmark string interning
string_interning_test.go:245
Function
BenchmarkWithoutInterning
(b *testing.B)
string_interning_test.go:265
Function
TestAddDRToBuffer
(t *testing.T)
io_test.go:411
Function
TestAllIntItemEqual
(t *testing.T)
sepDector_test.go:237
Function
TestAutoDetectColumnType
(t *testing.T)
coltype_test.go:70
Function
TestBufferStringInterning
(t *testing.T)
string_interning_test.go:94
Function
TestBuffer_ConcurrentAccess
======================================== Buffer Concurrency Tests ========================================
buffer_test.go:304
Function
TestBuffer_EdgeCases
======================================== Buffer Edge Case Tests ========================================
buffer_test.go:325
Function
TestBuffer_GetCol
(t *testing.T)
buffer_test.go:245
Function
TestBuffer_GetColType
(t *testing.T)
buffer_test.go:265
Function
TestBuffer_LargeDataset
======================================== Additional Buffer Tests for Coverage ========================================
buffer_test.go:355
Function
TestBuffer_ResizeCol
(t *testing.T)
buffer_test.go:105
Function
TestBuffer_ResizeColMultipleTimes
(t *testing.T)
buffer_test.go:386
Function
TestBuffer_SetAndGetColType
(t *testing.T)
buffer_test.go:371
Function
TestBuffer_SortByNum
(t *testing.T)
buffer_test.go:196
Function
TestBuffer_SortByStr
(t *testing.T)
buffer_test.go:152
Function
TestBuffer_contAppendSli
======================================== Buffer Data Manipulation Tests ========================================
buffer_test.go:77
Function
TestBuffer_filterByColumn
(t *testing.T)
filter_test.go:7
Function
TestBuffer_filterByColumn_EdgeCases
(t *testing.T)
filter_test.go:151
Function
TestBuffer_getCol
======================================== Buffer Transformation Tests ======================================== ========================================
buffer_test.go:223
Function
TestBuffer_selectBySearch
(t *testing.T)
buffer_test.go:277
Function
TestBuffer_sortByNum
(t *testing.T)
buffer_test.go:171
Function
TestBuffer_sortByStr
======================================== Buffer Sorting Tests ========================================
buffer_test.go:127
Function
TestConcurrentCSVParsing
(t *testing.T)
io_test.go:435
Function
TestContinuousStats_EmptyData
(t *testing.T)
stats_test.go:24
Function
TestContinuousStats_GetPlot
======================================== Plot Tests ========================================
stats_test.go:170
Function
TestContinuousStats_GetPlot_EmptyData
(t *testing.T)
stats_test.go:186
Function
TestContinuousStats_GetPlot_IdenticalValues
(t *testing.T)
stats_test.go:198
Function
TestContinuousStats_SingleValue
(t *testing.T)
stats_test.go:36
Function
TestContinuousStats_Summary
======================================== Continuous Stats Tests ========================================
stats_test.go:11
Function
TestContinuousStats_WithNaN
(t *testing.T)
stats_test.go:48
Function
TestCountRuneFast
(t *testing.T)
sepDector_test.go:138
Function
TestDetectAllColumnTypes
(t *testing.T)
coltype_test.go:276
Function
TestDiscreteStats_EmptyData
(t *testing.T)
stats_test.go:77
Function
TestDiscreteStats_GetPlot
(t *testing.T)
stats_test.go:210
Function
TestDiscreteStats_GetPlot_EmptyData
(t *testing.T)
stats_test.go:226
Function
TestDiscreteStats_RepeatedValues
(t *testing.T)
stats_test.go:101
Function
TestDiscreteStats_Summary
======================================== Discrete Stats Tests ========================================
stats_test.go:65
Function
TestDiscreteStats_UniqueValues
(t *testing.T)
stats_test.go:89
Function
TestF2S_Basic
(t *testing.T)
utils_test.go:41
Function
TestFormatBytes
(t *testing.T)
memory_limit_test.go:169
Function
TestGetCandidates
(t *testing.T)
sepDector_test.go:162
Function
TestGetColumnMaxWidth_Custom
(t *testing.T)
utils_test.go:161
Function
TestGetColumnMaxWidth_Default
(t *testing.T)
utils_test.go:171
Function
TestGetColumnMaxWidth_Valid
======================================== Column Width Tests ========================================
utils_test.go:147
Function
TestGetHelpContent_ContainsBasics
(t *testing.T)
utils_test.go:191
Function
TestGetHelpContent_NotEmpty
======================================== Help Content Tests ========================================
utils_test.go:184
Function
TestGetSummaryStr
(t *testing.T)
stats_test.go:125
Function
TestI2B
======================================== Type Conversion Tests ========================================
utils_test.go:11
Function
TestI2S_Basic
(t *testing.T)
utils_test.go:34
Function
TestIntegration_FullWorkflow
======================================== Integration Tests ========================================
io_test.go:463
Function
TestInternValue
(t *testing.T)
string_interning_test.go:190
Function
TestIsDateValue
(t *testing.T)
coltype_test.go:39
Function
TestIsNumericValue
(t *testing.T)
coltype_test.go:7
Function
TestIsValidSeparator
(t *testing.T)
sepDector_test.go:93
Function
TestLineCSVParse
(t *testing.T)
io_test.go:385
Function
TestLoadFileToBufferAsync
======================================== Async Loading Tests ========================================
io_test.go:193
Function
TestLoadFileToBuffer_Compressed
(t *testing.T)
io_test.go:82
Function
TestLoadFileToBuffer_EdgeCases
(t *testing.T)
io_test.go:108
Function
TestLoadFileToBuffer_LargeFile
(t *testing.T)
io_test.go:37
Function
TestLoadFileToBuffer_NumericData
(t *testing.T)
io_test.go:54
Function
TestLoadFileToBuffer_SpecialChars
(t *testing.T)
io_test.go:69
Function
TestLoadFileToBuffer_TSV
(t *testing.T)
io_test.go:95
Function
TestLoadPipeToBuffer
======================================== Pipe Loading Tests ========================================
io_test.go:148
Function
TestLoadPipeToBufferAsync
(t *testing.T)
io_test.go:219
Function
TestLoadPipeToBuffer_Empty
(t *testing.T)
io_test.go:167
Function
TestLoadPipeToBuffer_LargeData
(t *testing.T)
io_test.go:171
Function
TestMemoryLimit_Basic
(t *testing.T)
memory_limit_test.go:9
Function
TestMemoryLimit_Enforcement
(t *testing.T)
memory_limit_test.go:32
Function
TestMemoryLimit_EstimateRowSize
(t *testing.T)
memory_limit_test.go:194
Function
TestMemoryLimit_GracefulDegradation
(t *testing.T)
memory_limit_test.go:225
Function
TestMemoryLimit_Integration
(t *testing.T)
memory_limit_test.go:268
Function
TestMemoryLimit_Stats
(t *testing.T)
memory_limit_test.go:87
Function
TestMemoryLimit_Tracking
(t *testing.T)
memory_limit_test.go:55
Function
TestMemoryLimit_UnlimitedMode
(t *testing.T)
memory_limit_test.go:146
Function
TestMultiColumnFilter
(t *testing.T)
multifilter_test.go:7
Function
TestParseDateValueFast
(t *testing.T)
coltype_test.go:181
Function
TestParseNumericValueFast
(t *testing.T)
coltype_test.go:153
Function
TestPerformSearch
(t *testing.T)
search_test.go:8
Function
TestPerformSearchRegex
(t *testing.T)
search_test.go:56
Function
TestS2F_Invalid
(t *testing.T)
utils_test.go:56
Function
TestS2F_Valid
(t *testing.T)
utils_test.go:49
Function
TestScoreSeparator
(t *testing.T)
sepDector_test.go:186
Function
TestSepDetect_Comma
======================================== Separator Detection Tests ========================================
sepDector_test.go:11
Function
TestSepDetect_EmptyInput
(t *testing.T)
sepDector_test.go:67
Function
TestSepDetect_InconsistentSeparators
(t *testing.T)
sepDector_test.go:77
Function
TestSepDetect_Pipe
(t *testing.T)
sepDector_test.go:39
Function
TestSepDetect_Semicolon
(t *testing.T)
sepDector_test.go:53
Function
TestSepDetect_Tab
(t *testing.T)
sepDector_test.go:25
← previous
next →
101–200 of 230, ranked by callers