MCPcopy Index your code

hub / github.com/maaslalani/sheets / functions

Functions432 in github.com/maaslalani/sheets

↓ 3 callersFunctiondeleteTextInputBeforeCursor
(value *string, cursor *int)
internal/sheets/edit_mode.go:278
↓ 3 callersFunctioninsertRunesAtTextInputCursor
(value *string, cursor *int, runes []rune)
internal/sheets/edit_mode.go:267
↓ 3 callersFunctionmoveTextInputCursor
(value string, cursor *int, delta int)
internal/sheets/edit_mode.go:263
↓ 3 callersFunctionnewPendingCommandModel
(buffer string, cursor int)
internal/sheets/test_helpers_test.go:20
↓ 3 callersFunctionnewProgramModelWithInput
(args []string, stdin io.Reader)
internal/sheets/main.go:51
↓ 3 callersFunctionnumberForArithmetic
(value formulaValue)
internal/sheets/formula.go:137
↓ 3 callersFunctionnumberForSum
(value formulaValue)
internal/sheets/formula.go:157
↓ 3 callersFunctionparseCellAssignment
(input string)
internal/sheets/main.go:142
↓ 3 callersFunctionparseCellFormatting
(value string)
internal/sheets/render.go:298
↓ 3 callersFunctionparseCellRangeRef
(ref string)
internal/sheets/util.go:70
↓ 3 callersMethodparseExpression
()
internal/sheets/formula.go:219
↓ 3 callersMethodqueryCellValues
(ref string)
internal/sheets/main.go:73
↓ 3 callersMethodredoLastOperation
()
internal/sheets/model.go:433
↓ 3 callersMethodrenderBorderJunction
(borderRow, borderCol int, fallback string)
internal/sheets/render.go:370
↓ 3 callersMethodrenderCommandLine
()
internal/sheets/render.go:90
↓ 3 callersFunctionresolveInputStreams
(args []string, stdin *os.File)
internal/sheets/main.go:413
↓ 3 callersMethodselectionRef
()
internal/sheets/select_mode.go:176
↓ 3 callersMethodsnapshotUndoState
()
internal/sheets/model.go:444
↓ 3 callersMethodstoreDeleteClipboard
(clip clipboard)
internal/sheets/clipboard.go:82
↓ 3 callersMethodwaitForInitialSheet
(expected ...string)
internal/sheets/integration_test.go:314
↓ 3 callersMethodwriteCurrentFile
()
internal/sheets/commands.go:209
↓ 2 callersMethodaggregateRange
(start, end cellKey)
internal/sheets/formula.go:482
↓ 2 callersFunctionapplyArithmetic
(op byte, left, right formulaValue)
internal/sheets/formula.go:177
↓ 2 callersFunctionassertNotContainsAny
(t *testing.T, label, text string, parts ...string)
internal/sheets/test_helpers_test.go:143
↓ 2 callersFunctionbuildVersion
()
internal/sheets/main.go:300
↓ 2 callersFunctioncloneCells
(cells map[cellKey]string)
internal/sheets/model.go:490
↓ 2 callersFunctioncloneKeySequence
(keys []tea.KeyMsg)
internal/sheets/clipboard.go:5
↓ 2 callersMethodcommandBlank
()
internal/sheets/integration_test.go:393
↓ 2 callersMethodconsumeCount
()
internal/sheets/normal_mode.go:483
↓ 2 callersFunctioncontainsAll
(value string, expected ...string)
internal/sheets/integration_test.go:414
↓ 2 callersFunctioncontainsNone
(value string, unexpected ...string)
internal/sheets/integration_test.go:423
↓ 2 callersMethodcurrentCount
()
internal/sheets/normal_mode.go:495
↓ 2 callersFunctiondeleteTextInputAtCursor
(value *string, cursor *int)
internal/sheets/edit_mode.go:289
↓ 2 callersFunctiondeleteTextInputToEndOfCursor
(value *string, cursor *int)
internal/sheets/edit_mode.go:324
↓ 2 callersFunctiondeleteTextInputToStartOfCursor
(value *string, cursor *int)
internal/sheets/edit_mode.go:299
↓ 2 callersFunctiondeleteTextInputWordBeforeCursor
(value *string, cursor *int)
internal/sheets/edit_mode.go:306
↓ 2 callersFunctiondelimiterForPath
(path string)
internal/sheets/dsv.go:9
↓ 2 callersMethodenterSelectMode
()
internal/sheets/select_mode.go:156
↓ 2 callersMethodfillColumnA
(values ...string)
internal/sheets/integration_test.go:296
↓ 2 callersFunctionfinalizeAggregateFunction
(function aggregateFunction, state aggregateState)
internal/sheets/formula.go:519
↓ 2 callersMethodfirstNonBlankColumn
(row int)
internal/sheets/navigate.go:146
↓ 2 callersMethodgoToBottom
()
internal/sheets/navigate.go:12
↓ 2 callersMethodinsertColAt
(insertCol int)
internal/sheets/clipboard.go:283
↓ 2 callersMethodinsertRowAt
(insertRow int)
internal/sheets/clipboard.go:307
↓ 2 callersMethodinsertRunesAtEditingCursor
(runes []rune)
internal/sheets/edit_mode.go:182
↓ 2 callersFunctionisCountDigit
(r rune, hasPrefix bool)
internal/sheets/normal_mode.go:462
↓ 2 callersMethodisFormulaDisplayCell
(row, col int)
internal/sheets/formula.go:87
↓ 2 callersMethodlastNonBlankColumn
(row int)
internal/sheets/navigate.go:155
↓ 2 callersMethodloadCurrentCellIntoEditor
()
internal/sheets/edit_mode.go:147
↓ 2 callersMethodmoveEditingCursor
(delta int)
internal/sheets/edit_mode.go:178
↓ 2 callersMethodmoveToWindowBottom
(count int)
internal/sheets/navigate.go:62
↓ 2 callersMethodmoveToWindowMiddle
()
internal/sheets/navigate.go:53
↓ 2 callersMethodmoveToWindowTop
(count int)
internal/sheets/navigate.go:44
↓ 2 callersFunctionnewDelimitedReader
(path string, reader io.Reader)
internal/sheets/dsv.go:16
↓ 2 callersFunctionnewDelimitedWriter
(path string, writer io.Writer)
internal/sheets/dsv.go:23
↓ 2 callersFunctionnewTerminalScreen
(raw string)
internal/sheets/integration_test.go:363
↓ 2 callersFunctionnormalizeCellRange
(start, end cellKey)
internal/sheets/select_mode.go:217
↓ 2 callersMethodparseCellReferenceToken
()
internal/sheets/formula.go:572
↓ 2 callersMethodparseRowReferenceToken
()
internal/sheets/formula.go:603
↓ 2 callersMethodparseTerm
()
internal/sheets/formula.go:248
↓ 2 callersMethodparseUnary
()
internal/sheets/formula.go:277
↓ 2 callersMethodrecordJumpFrom
(current cellKey)
internal/sheets/navigate.go:169
↓ 2 callersMethodrenderBorderLine
(borderRow int, left, middle, right string, visibleCols int)
internal/sheets/render.go:187
↓ 2 callersMethodrenderColumnHeaders
()
internal/sheets/render.go:142
↓ 2 callersMethodrenderCommandPromptLine
(width int)
internal/sheets/render.go:107
↓ 2 callersMethodrenderStatusMode
()
internal/sheets/render.go:63
↓ 2 callersMethodrenderVerticalBorder
(row, borderCol int)
internal/sheets/render.go:354
↓ 2 callersMethodrestoreUndoState
(state undoState)
internal/sheets/model.go:458
↓ 2 callersMethodrowClipboard
(startRow, count int)
internal/sheets/clipboard.go:124
↓ 2 callersFunctionrowLabelWidthForCount
(rowCount int)
internal/sheets/util.go:145
↓ 2 callersFunctionrunWithIO
(args []string, stdin io.Reader, input io.Reader, stdout io.Writer)
internal/sheets/main.go:318
↓ 2 callersMethodsearch
(query string, direction, count int)
internal/sheets/search.go:49
↓ 2 callersMethodselectionBorderJunction
(borderRow, borderCol int)
internal/sheets/render.go:378
↓ 2 callersMethodselectionClipboard
()
internal/sheets/clipboard.go:107
↓ 2 callersMethodsetRegisterClipboard
(name rune, clip clipboard)
internal/sheets/clipboard.go:56
↓ 2 callersMethodsetUnnamedClipboard
(clip clipboard)
internal/sheets/clipboard.go:51
↓ 2 callersMethodstartGotoCellCommand
()
internal/sheets/normal_mode.go:245
↓ 2 callersMethodstatusOmits
(unexpected ...string)
internal/sheets/integration_test.go:381
↓ 2 callersMethodundoLastOperation
()
internal/sheets/model.go:422
↓ 2 callersMethodwriteCSVFile
(path string)
internal/sheets/model.go:271
↓ 1 callersFunctionMain
(args []string, stdin *os.File, stdout, stderr io.Writer)
internal/sheets/main.go:397
↓ 1 callersMethodaggregateColumnUntilCurrentRow
(col int)
internal/sheets/formula.go:466
↓ 1 callersMethodalignSelectionBottom
()
internal/sheets/navigate.go:83
↓ 1 callersMethodalignSelectionMiddle
()
internal/sheets/navigate.go:77
↓ 1 callersMethodalignSelectionTop
()
internal/sheets/navigate.go:71
↓ 1 callersMethodapplyCellAssignment
(input string)
internal/sheets/main.go:157
↓ 1 callersFunctionapplyTextFormatting
(style lipgloss.Style, bold, underline, italic bool)
internal/sheets/render.go:285
↓ 1 callersMethodassertCommandEmpty
(t *testing.T)
internal/sheets/integration_test.go:407
↓ 1 callersFunctionassertContains
(t *testing.T, lineName, line, screen string, expected ...string)
internal/sheets/integration_test.go:432
↓ 1 callersFunctionassertNotContains
(t *testing.T, lineName, line, screen string, unexpected ...string)
internal/sheets/integration_test.go:442
↓ 1 callersFunctionassertSelectionAnchor
(t *testing.T, m model, wantRow, wantCol int)
internal/sheets/test_helpers_test.go:125
↓ 1 callersMethodassertStatusOmits
(t *testing.T, unexpected ...string)
internal/sheets/integration_test.go:402
↓ 1 callersFunctionassignmentMatrixForRange
(target cellRange, values [][]string)
internal/sheets/main.go:226
↓ 1 callersFunctionblankFormulaValue
()
internal/sheets/formula.go:24
↓ 1 callersMethodcellBaseStyle
(row, col int, formula, formulaError bool)
internal/sheets/render.go:250
↓ 1 callersMethodchangeCurrentCell
(keys []tea.KeyMsg)
internal/sheets/edit_mode.go:123
↓ 1 callersMethodclipboardForPaste
()
internal/sheets/clipboard.go:93
↓ 1 callersFunctioncombineQueryBlocks
(blocks [][][]string, input string)
internal/sheets/main.go:119
↓ 1 callersMethodcopyCurrentCell
(count int)
internal/sheets/clipboard.go:193
↓ 1 callersMethodcopySelection
()
internal/sheets/clipboard.go:231
← previousnext →101–200 of 432, ranked by callers