MCPcopy Create free account

hub / github.com/KASAHARA-Kyohei/vikokoro / functions

Functions307 in github.com/KASAHARA-Kyohei/vikokoro

↓ 3 callersFunctionmakeDoc
()
tests/offline/llmApply.test.cjs:9
↓ 3 callersFunctionmakeDocument
()
tests/offline/llmPreview.test.cjs:8
↓ 3 callersFunctionoverlapsAny
( point: CanvasPoint, positions: Record<NodeId, CanvasPoint>, sizes: Record<NodeId, NodeSize>, candida
src/editor/domain/freeLayout.ts:222
↓ 3 callersFunctionparentRefOrUndefined
(parentId: string | null)
src/features/llm/preview.ts:165
↓ 3 callersFunctionreparentNode
(doc: Document, direction: "left" | "right")
src/editor/domain/treeOps.ts:67
↓ 3 callersFunctionrun_gemini_json_with_prompt
( app: &tauri::AppHandle, prompt: String, max_output_tokens: u32, )
src-tauri/src/llm_repo.rs:436
↓ 3 callersFunctionsvgPathForEdge
( from: CanvasPoint, to: CanvasPoint, fromSide: AnchorSide = "right", toSide: AnchorSide = "left", )
src/editor/layout.ts:377
↓ 2 callersFunctionaddRelatedLinkToNode
(nodeId: NodeId)
src/App.tsx:818
↓ 2 callersFunctionanchorVector
(side: AnchorSide)
src/editor/layout.ts:343
↓ 2 callersFunctionautoLayoutBranch
( doc: DocumentState, rootId: NodeId, )
src/editor/domain/freeLayout.ts:203
↓ 2 callersFunctionbranchIdsFor
(rootId: NodeId)
src/editor/domain/freeLayout.ts:85
↓ 2 callersFunctionbuildDocumentStateFromGeneratedTree
(root: GeneratedTreeNode)
src/features/llm/apply.ts:153
↓ 2 callersFunctionbuildReviewResult
( response: ReviewResponse, document: ImproveDocumentState, language: AppLanguage = "ja", )
src/features/llm/preview.ts:322
↓ 2 callersFunctioncollectBranchNodeIds
(doc: DocumentState, rootId: NodeId)
src/editor/domain/visibleTree.ts:153
↓ 2 callersFunctioncollectDepths
( doc: Pick<DocumentState, "rootId" | "nodes">, rootId: NodeId = doc.rootId, )
src/editor/layout.ts:108
↓ 2 callersFunctioncomputeSnapAdjustment
( movingNodes: readonly PositionedNode[], stationaryNodes: readonly PositionedNode[], threshold: number,
src/editor/domain/freeLayout.ts:263
↓ 2 callersFunctioncountDescendants
(doc: DocumentState, nodeId: NodeId)
src/editor/domain/visibleTree.ts:51
↓ 2 callersFunctioncreateTauriWorkspaceRepository
()
src/persistence/tauriWorkspaceRepository.ts:5
↓ 2 callersFunctioncreateUnavailableWorkspaceRepository
()
src/persistence/unavailableWorkspaceRepository.ts:3
↓ 2 callersFunctiondefaultInputFor
(mode: LlmAssistMode, language: AppLanguage)
src/ui/modals/LlmAssistModal.tsx:24
↓ 2 callersFunctiondeleteCursorNodeAndPromoteChildren
(doc: Document)
src/editor/domain/treeOps.ts:209
↓ 2 callersFunctionestimateCharacterWidth
(character: string)
src/editor/layout.ts:31
↓ 2 callersFunctionfirst_candidate
(response: &Value)
src-tauri/src/llm_repo.rs:330
↓ 2 callersFunctiongetLanguageLabel
(value: AppLanguage, language: AppLanguage)
src/i18n/uiText.ts:209
↓ 2 callersFunctiongetSearchRootLabel
(language: AppLanguage)
src/i18n/uiText.ts:236
↓ 2 callersFunctionisParentChildPair
( doc: Pick<DocumentState, "nodes">, fromId: NodeId, toId: NodeId, )
src/editor/domain/customLinks.ts:8
↓ 2 callersFunctionllm_settings_broken_backup_path
(path: &Path)
src-tauri/src/llm_repo.rs:90
↓ 2 callersFunctionloadLlmSettings
()
src/features/llm/settingsRepository.ts:94
↓ 2 callersFunctionload_api_key
(app: &tauri::AppHandle)
src-tauri/src/llm_repo.rs:176
↓ 2 callersFunctionmakeDoc
()
tests/offline/llmErrorFormatter.test.cjs:9
↓ 2 callersFunctionmakeDoc
()
tests/offline/edgeAnchors.test.cjs:8
↓ 2 callersFunctionmakeDoc
()
tests/offline/customLinks.test.cjs:9
↓ 2 callersFunctionmakeState
()
tests/offline/snapshot.test.cjs:8
↓ 2 callersFunctionmoveSearch
(delta: number)
src/App.tsx:796
↓ 2 callersFunctionnormalizeSettings
(value: unknown)
src/features/llm/settingsRepository.ts:47
↓ 2 callersFunctionparseAndValidateImproveResponse
( input: unknown, document: ImproveDocumentState, )
src/features/llm/schema.ts:1183
↓ 2 callersFunctionparseAndValidateReviewResponse
( input: unknown, document: ImproveDocumentState, )
src/features/llm/schema.ts:1194
↓ 2 callersFunctionparseGenerateRequest
(input: unknown)
src/features/llm/schema.ts:679
↓ 2 callersFunctionparseGenerateResponse
(input: unknown)
src/features/llm/schema.ts:739
↓ 2 callersFunctionparseImproveDocumentNode
( value: unknown, path: string, keyId: string, errors: string[], )
src/features/llm/schema.ts:410
↓ 2 callersFunctionparseImproveResponse
(input: unknown)
src/features/llm/schema.ts:843
↓ 2 callersFunctionparseReviewRequest
(input: unknown)
src/features/llm/schema.ts:897
↓ 2 callersFunctionpathForIndex
(path: string, index: number)
src/features/llm/schema.ts:190
↓ 2 callersFunctionreadEnum
( obj: Record<string, unknown>, key: string, allowed: readonly T[], path: string, errors: string[],
src/features/llm/schema.ts:304
↓ 2 callersFunctionsanitizeEndpoint
(value: unknown)
src/editor/domain/edgeAnchors.ts:18
↓ 2 callersFunctionsaveLlmSettings
(input: SaveLlmSettingsInput)
src/features/llm/settingsRepository.ts:99
↓ 2 callersFunctionsend_gemini_generate_content
(model: &str, api_key: &str, body: Value)
src-tauri/src/llm_repo.rs:286
↓ 2 callersFunctionsummarizeNodeTitle
(text: string, language: AppLanguage)
src/features/llm/preview.ts:62
↓ 2 callersFunctiontestLlmConnection
( input: TestLlmConnectionInput, )
src/features/llm/settingsRepository.ts:104
↓ 2 callersFunctiontransitionEditorEnter
( current: EditorEnterState, event: EditorEnterEvent, )
src/editor/domain/editorEnter.ts:60
↓ 2 callersFunctionupdateDocById
( state: EditorAppState, docId: DocId, updater: (doc: Document) => Document, )
src/editor/state.ts:295
↓ 2 callersFunctionvalidateImproveResponseAgainstDocument
( response: ImproveResponse, document: ImproveDocumentState, )
src/features/llm/schema.ts:1020
↓ 2 callersFunctionvalidateReviewResponseAgainstDocument
( response: ReviewResponse, document: ImproveDocumentState, )
src/features/llm/schema.ts:1163
↓ 2 callersFunctionvalidateTreeIntegrity
( rootId: string, nodes: Record<string, TreeNodeLike>, path: string, )
src/features/llm/schema.ts:440
↓ 2 callersFunctionworkspace_json_path
(app: &tauri::AppHandle)
src-tauri/src/workspace_repo.rs:112
↓ 1 callersFunctionappend
(prefix: string, depth: number)
src/features/jump/model.ts:68
↓ 1 callersFunctionbeginNodeInteraction
(event: React.MouseEvent, nodeId: NodeId)
src/editor/EditorView.tsx:380
↓ 1 callersFunctionbeginStickyInteraction
(event: React.MouseEvent, noteId: string)
src/editor/EditorView.tsx:458
↓ 1 callersFunctionbranchRootFor
(nodeId: NodeId)
src/editor/domain/freeLayout.ts:83
↓ 1 callersFunctionbuildColorOptions
(language: AppLanguage)
src/ui/modals/NodeColorModal.tsx:12
↓ 1 callersFunctionbuildJumpHints
(count: number)
src/features/jump/model.ts:56
↓ 1 callersFunctionbuildNodePath
( document: ImproveDocumentState, nodeId: string, language: AppLanguage, )
src/features/llm/preview.ts:67
↓ 1 callersFunctionbuildRows
(language: AppLanguage)
src/ui/modals/HelpModal.tsx:15
↓ 1 callersFunctionbuild_generate_prompt
(request_json: &str)
src-tauri/src/llm_repo.rs:389
↓ 1 callersFunctionbuild_improve_prompt
(request_json: &str)
src-tauri/src/llm_repo.rs:400
↓ 1 callersFunctionbuild_review_prompt
(request_json: &str)
src-tauri/src/llm_repo.rs:424
↓ 1 callersFunctionclear_api_key
(app: &tauri::AppHandle)
src-tauri/src/llm_repo.rs:196
↓ 1 callersFunctioncloneMutableNodes
(document: ImproveDocumentState)
src/features/llm/apply.ts:54
↓ 1 callersFunctioncloneSimNodes
(document: ImproveDocumentState)
src/features/llm/schema.ts:541
↓ 1 callersFunctioncollectProtectedNodeIds
(doc: Document, nodeId: NodeId)
src/editor/state.ts:322
↓ 1 callersFunctioncountWrappedLine
(line: string, contentWidth: number)
src/editor/layout.ts:47
↓ 1 callersFunctioncountWrappedLines
(text: string, contentWidth: number)
src/editor/layout.ts:82
↓ 1 callersFunctioncycleTheme
(theme: ThemeName)
src/hooks/useTheme.ts:5
↓ 1 callersFunctionedgeAnchorRecordsEqual
( a: DocumentState["edgeAnchors"] | undefined, b: DocumentState["edgeAnchors"] | undefined, )
src/editor/state.ts:147
↓ 1 callersFunctionestimateTextWidth
(text: string)
src/editor/layout.ts:40
↓ 1 callersFunctionexecuteKeyboardCommand
(command: KeyboardCommand, executor: CommandExecutor)
src/app/keyboard/executeKeyboardCommand.ts:23
↓ 1 callersFunctionextract_candidate_text
(response: &Value)
src-tauri/src/llm_repo.rs:340
↓ 1 callersFunctionextract_finish_reason
(response: &Value)
src-tauri/src/llm_repo.rs:355
↓ 1 callersFunctionfilterPaletteCommands
(commands: PaletteCommand[], query: string)
src/features/palette/model.ts:8
↓ 1 callersFunctionfindIndexOrError
(list: string[], id: string)
src/features/llm/apply.ts:68
↓ 1 callersFunctionfindMovableBranchRoot
( doc: DocumentState, nodeId: NodeId, protectedIds: ReadonlySet<NodeId>, )
src/editor/domain/freeLayout.ts:53
↓ 1 callersFunctionflushSaveQueue
()
src/hooks/useWorkspacePersistence.ts:97
↓ 1 callersFunctiongemini_error_message
(status: StatusCode, detail: String)
src-tauri/src/llm_repo.rs:274
↓ 1 callersFunctiongetAiRunningLabel
(mode: AiRunningMode, language: AppLanguage)
src/i18n/uiText.ts:224
↓ 1 callersFunctiongetBreadcrumbNodeIds
(doc: DocumentState, nodeId: NodeId)
src/editor/domain/visibleTree.ts:46
↓ 1 callersFunctiongetCurveControlDistance
( from: CanvasPoint, to: CanvasPoint, fromSide: AnchorSide, toSide: AnchorSide, )
src/editor/layout.ts:356
↓ 1 callersFunctiongetJumpHintState
( jumpHints: Record<NodeId, string> | null, nodeId: NodeId, jumpPrefix: string, )
src/editor/EditorView.tsx:96
↓ 1 callersFunctiongetModeLabel
(mode: Mode, language: AppLanguage)
src/i18n/uiText.ts:213
↓ 1 callersFunctiongetNodePath
( doc: Document, nodeId: NodeId, language: AppLanguage, )
src/features/search/model.ts:16
↓ 1 callersFunctiongetPreviewText
(language: AppLanguage)
src/features/llm/preview.ts:95
↓ 1 callersFunctiongetSaveStatusLabel
( saveStatus: SaveStatusLabel, language: AppLanguage, )
src/i18n/uiText.ts:217
↓ 1 callersFunctiongetTabTitle
(doc: Document | undefined, language: AppLanguage)
src/editor/TabBar.tsx:17
↓ 1 callersFunctiongetText
(mode: LlmAssistMode, language: AppLanguage)
src/ui/modals/LlmAssistModal.tsx:35
↓ 1 callersFunctiongetThemeLabel
(theme: ThemeName, language: AppLanguage)
src/i18n/uiText.ts:205
↓ 1 callersFunctionhandleSave
()
src/ui/modals/SettingsModal.tsx:188
↓ 1 callersFunctionhandleSave
()
src/ui/modals/LlmSettingsModal.tsx:110
↓ 1 callersFunctionhandleTest
()
src/ui/modals/SettingsModal.tsx:165
↓ 1 callersFunctionhandleTest
()
src/ui/modals/LlmSettingsModal.tsx:87
↓ 1 callersFunctionhumanizeDocumentError
(doc: Document, error: string, language: AppLanguage)
src/features/llm/errorFormatter.ts:15
↓ 1 callersFunctionhumanizeResponseError
( mode: LlmResponseMode, error: string, language: AppLanguage, )
src/features/llm/errorFormatter.ts:116
← previousnext →101–200 of 307, ranked by callers