MCPcopy Index your code

hub / github.com/codechenx/FastTableViewer / functions

Functions230 in github.com/codechenx/FastTableViewer

↓ 1 callersFunctionstartAsyncUpdateHandler
startAsyncUpdateHandler manages UI updates during async loading
ftv.go:42
↓ 1 callersMethodsummary
(a []string)
stats.go:11
↓ 1 callersFunctiontoLower
toLower converts a string to lowercase using optimized stdlib
utils.go:354
↓ 1 callersFunctionuniqueChar
remove duplication item in []rune
sepDector.go:203
↓ 1 callersFunctionusefulInfo
print useful info and force quite app
utils.go:30
FunctionBenchmarkContinuousStats
======================================== Performance Tests ========================================
stats_test.go:139
FunctionBenchmarkCountRuneFast
(b *testing.B)
sepDector_test.go:278
FunctionBenchmarkDiscreteStats
(b *testing.B)
stats_test.go:152
FunctionBenchmarkMemoryLimitCheck
(b *testing.B)
memory_limit_test.go:316
FunctionBenchmarkMemoryTracking
Benchmark memory tracking overhead
memory_limit_test.go:304
FunctionBenchmarkSepDetect_Comma
======================================== Performance Tests ========================================
sepDector_test.go:263
FunctionBenchmarkStringInterning
Benchmark string interning
string_interning_test.go:245
FunctionBenchmarkWithoutInterning
(b *testing.B)
string_interning_test.go:265
FunctionTestAddDRToBuffer
(t *testing.T)
io_test.go:411
FunctionTestAllIntItemEqual
(t *testing.T)
sepDector_test.go:237
FunctionTestAutoDetectColumnType
(t *testing.T)
coltype_test.go:70
FunctionTestBufferStringInterning
(t *testing.T)
string_interning_test.go:94
FunctionTestBuffer_ConcurrentAccess
======================================== Buffer Concurrency Tests ========================================
buffer_test.go:304
FunctionTestBuffer_EdgeCases
======================================== Buffer Edge Case Tests ========================================
buffer_test.go:325
FunctionTestBuffer_GetCol
(t *testing.T)
buffer_test.go:245
FunctionTestBuffer_GetColType
(t *testing.T)
buffer_test.go:265
FunctionTestBuffer_LargeDataset
======================================== Additional Buffer Tests for Coverage ========================================
buffer_test.go:355
FunctionTestBuffer_ResizeCol
(t *testing.T)
buffer_test.go:105
FunctionTestBuffer_ResizeColMultipleTimes
(t *testing.T)
buffer_test.go:386
FunctionTestBuffer_SetAndGetColType
(t *testing.T)
buffer_test.go:371
FunctionTestBuffer_SortByNum
(t *testing.T)
buffer_test.go:196
FunctionTestBuffer_SortByStr
(t *testing.T)
buffer_test.go:152
FunctionTestBuffer_contAppendSli
======================================== Buffer Data Manipulation Tests ========================================
buffer_test.go:77
FunctionTestBuffer_filterByColumn
(t *testing.T)
filter_test.go:7
FunctionTestBuffer_filterByColumn_EdgeCases
(t *testing.T)
filter_test.go:151
FunctionTestBuffer_getCol
======================================== Buffer Transformation Tests ======================================== ========================================
buffer_test.go:223
FunctionTestBuffer_selectBySearch
(t *testing.T)
buffer_test.go:277
FunctionTestBuffer_sortByNum
(t *testing.T)
buffer_test.go:171
FunctionTestBuffer_sortByStr
======================================== Buffer Sorting Tests ========================================
buffer_test.go:127
FunctionTestConcurrentCSVParsing
(t *testing.T)
io_test.go:435
FunctionTestContinuousStats_EmptyData
(t *testing.T)
stats_test.go:24
FunctionTestContinuousStats_GetPlot
======================================== Plot Tests ========================================
stats_test.go:170
FunctionTestContinuousStats_GetPlot_EmptyData
(t *testing.T)
stats_test.go:186
FunctionTestContinuousStats_GetPlot_IdenticalValues
(t *testing.T)
stats_test.go:198
FunctionTestContinuousStats_SingleValue
(t *testing.T)
stats_test.go:36
FunctionTestContinuousStats_Summary
======================================== Continuous Stats Tests ========================================
stats_test.go:11
FunctionTestContinuousStats_WithNaN
(t *testing.T)
stats_test.go:48
FunctionTestCountRuneFast
(t *testing.T)
sepDector_test.go:138
FunctionTestDetectAllColumnTypes
(t *testing.T)
coltype_test.go:276
FunctionTestDiscreteStats_EmptyData
(t *testing.T)
stats_test.go:77
FunctionTestDiscreteStats_GetPlot
(t *testing.T)
stats_test.go:210
FunctionTestDiscreteStats_GetPlot_EmptyData
(t *testing.T)
stats_test.go:226
FunctionTestDiscreteStats_RepeatedValues
(t *testing.T)
stats_test.go:101
FunctionTestDiscreteStats_Summary
======================================== Discrete Stats Tests ========================================
stats_test.go:65
FunctionTestDiscreteStats_UniqueValues
(t *testing.T)
stats_test.go:89
FunctionTestF2S_Basic
(t *testing.T)
utils_test.go:41
FunctionTestFormatBytes
(t *testing.T)
memory_limit_test.go:169
FunctionTestGetCandidates
(t *testing.T)
sepDector_test.go:162
FunctionTestGetColumnMaxWidth_Custom
(t *testing.T)
utils_test.go:161
FunctionTestGetColumnMaxWidth_Default
(t *testing.T)
utils_test.go:171
FunctionTestGetColumnMaxWidth_Valid
======================================== Column Width Tests ========================================
utils_test.go:147
FunctionTestGetHelpContent_ContainsBasics
(t *testing.T)
utils_test.go:191
FunctionTestGetHelpContent_NotEmpty
======================================== Help Content Tests ========================================
utils_test.go:184
FunctionTestGetSummaryStr
(t *testing.T)
stats_test.go:125
FunctionTestI2B
======================================== Type Conversion Tests ========================================
utils_test.go:11
FunctionTestI2S_Basic
(t *testing.T)
utils_test.go:34
FunctionTestIntegration_FullWorkflow
======================================== Integration Tests ========================================
io_test.go:463
FunctionTestInternValue
(t *testing.T)
string_interning_test.go:190
FunctionTestIsDateValue
(t *testing.T)
coltype_test.go:39
FunctionTestIsNumericValue
(t *testing.T)
coltype_test.go:7
FunctionTestIsValidSeparator
(t *testing.T)
sepDector_test.go:93
FunctionTestLineCSVParse
(t *testing.T)
io_test.go:385
FunctionTestLoadFileToBufferAsync
======================================== Async Loading Tests ========================================
io_test.go:193
FunctionTestLoadFileToBuffer_Compressed
(t *testing.T)
io_test.go:82
FunctionTestLoadFileToBuffer_EdgeCases
(t *testing.T)
io_test.go:108
FunctionTestLoadFileToBuffer_LargeFile
(t *testing.T)
io_test.go:37
FunctionTestLoadFileToBuffer_NumericData
(t *testing.T)
io_test.go:54
FunctionTestLoadFileToBuffer_SpecialChars
(t *testing.T)
io_test.go:69
FunctionTestLoadFileToBuffer_TSV
(t *testing.T)
io_test.go:95
FunctionTestLoadPipeToBuffer
======================================== Pipe Loading Tests ========================================
io_test.go:148
FunctionTestLoadPipeToBufferAsync
(t *testing.T)
io_test.go:219
FunctionTestLoadPipeToBuffer_Empty
(t *testing.T)
io_test.go:167
FunctionTestLoadPipeToBuffer_LargeData
(t *testing.T)
io_test.go:171
FunctionTestMemoryLimit_Basic
(t *testing.T)
memory_limit_test.go:9
FunctionTestMemoryLimit_Enforcement
(t *testing.T)
memory_limit_test.go:32
FunctionTestMemoryLimit_EstimateRowSize
(t *testing.T)
memory_limit_test.go:194
FunctionTestMemoryLimit_GracefulDegradation
(t *testing.T)
memory_limit_test.go:225
FunctionTestMemoryLimit_Integration
(t *testing.T)
memory_limit_test.go:268
FunctionTestMemoryLimit_Stats
(t *testing.T)
memory_limit_test.go:87
FunctionTestMemoryLimit_Tracking
(t *testing.T)
memory_limit_test.go:55
FunctionTestMemoryLimit_UnlimitedMode
(t *testing.T)
memory_limit_test.go:146
FunctionTestMultiColumnFilter
(t *testing.T)
multifilter_test.go:7
FunctionTestParseDateValueFast
(t *testing.T)
coltype_test.go:181
FunctionTestParseNumericValueFast
(t *testing.T)
coltype_test.go:153
FunctionTestPerformSearch
(t *testing.T)
search_test.go:8
FunctionTestPerformSearchRegex
(t *testing.T)
search_test.go:56
FunctionTestS2F_Invalid
(t *testing.T)
utils_test.go:56
FunctionTestS2F_Valid
(t *testing.T)
utils_test.go:49
FunctionTestScoreSeparator
(t *testing.T)
sepDector_test.go:186
FunctionTestSepDetect_Comma
======================================== Separator Detection Tests ========================================
sepDector_test.go:11
FunctionTestSepDetect_EmptyInput
(t *testing.T)
sepDector_test.go:67
FunctionTestSepDetect_InconsistentSeparators
(t *testing.T)
sepDector_test.go:77
FunctionTestSepDetect_Pipe
(t *testing.T)
sepDector_test.go:39
FunctionTestSepDetect_Semicolon
(t *testing.T)
sepDector_test.go:53
FunctionTestSepDetect_Tab
(t *testing.T)
sepDector_test.go:25
← previousnext →101–200 of 230, ranked by callers