Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scopecraft/command
/ functions
Functions
787 in github.com/scopecraft/command
⨍
Functions
787
◇
Types & classes
184
Method
getChangesCount
* Gets the count of changed files in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached results (defa
src/core/worktree/worktree-service.ts:224
Method
getConfigDirectory
* Get configuration directory
src/core/project-config.ts:106
Function
getConfigManager
()
src/mcp/handlers/shared/config-utils.ts:21
Function
getDefaultPriority
()
src/core/metadata/schema-service.ts:209
Function
getDefaultType
()
src/core/metadata/schema-service.ts:213
Function
getDefaultWorkflowState
()
src/core/metadata/schema-service.ts:217
Function
getInitStatus
(projectRoot: string)
src/core/project-init.ts:155
Method
getInstance
* Get singleton instance
src/core/config/configuration-manager.ts:48
Method
getLastActivity
* Gets the timestamp of the last activity in a worktree * @param worktreePath Path to the worktree * @param useCache Whether to use cached resul
src/core/worktree/worktree-service.ts:276
Function
getParentTaskId
( subtask: Pick<Task, 'taskStructure'> & { parentId?: string } )
tasks-ui/src/lib/task-routing.ts:33
Method
getPhasesDirectory
* @deprecated phases are now first-level directories under tasks
src/core/project-config.ts:98
Function
getPriorityLucideIcon
(priorityName: string)
tasks-ui/src/lib/schema-client.ts:75
Function
getPriorityName
(label: string)
src/core/metadata/schema-service.ts:112
Function
getPriorityOrder
(priority: string | undefined | null)
src/core/field-normalizers.ts:185
Method
getProjectDefinition
* Get project definition from configuration
src/core/project-config.ts:82
Method
getProjects
* Get list of configured projects
src/core/config/configuration-manager.ts:237
Function
getRoutePath
(name: keyof typeof routes, params?: Record<string, string>)
tasks-ui/src/lib/routes.ts:22
Function
getStatusLucideIcon
(statusName: string)
tasks-ui/src/lib/schema-client.ts:59
Method
getTaskFilePath
* Get task file path
src/core/project-config.ts:243
Function
getTemplate
(projectRoot: string, templateId: string)
src/core/template-manager.ts:63
Method
getTemplatesDirectory
* Get templates directory
src/core/project-config.ts:113
Function
getTypeIconWithFallback
(typeName: string)
tasks-ui/src/lib/schema-client.ts:224
Function
getTypeLabelWithFallback
(typeName: string)
tasks-ui/src/lib/schema-client.ts:237
Function
getTypeName
(label: string)
src/core/metadata/schema-service.ts:85
Function
getTypeTemplate
(name: string)
src/core/metadata/schema-service.ts:91
Function
getWorkflowStateEmoji
(name: string)
src/core/metadata/schema-service.ts:163
Function
getWorkflowStateLucideIcon
(workflowName: string)
tasks-ui/src/lib/schema-client.ts:83
Function
getWorkflowStateName
(label: string)
src/core/metadata/schema-service.ts:43
Function
handleAreaDeleteCommand
(_id: string, _options: any)
src/cli/commands.ts:647
Function
handleAreaGetCommand
(_id: string, _options: any)
src/cli/commands.ts:639
Function
handleAreaListCommand
(_options: any)
src/cli/commands.ts:635
Function
handleAreaUpdateCommand
(_id: string, _options: any)
src/cli/commands.ts:643
Function
handleCancel
()
tasks-ui/src/components/task-detail/TaskContent.tsx:26
Function
handleCancel
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:66
Function
handleCancel
()
tasks-ui/src/components/ui/confirmation-dialog.tsx:39
Function
handleCancel
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:106
Function
handleCancel
()
tasks-ui/src/routes/parents/$parentId.tsx:61
Function
handleCancel
()
tasks-ui/src/routes/tasks/$taskId.tsx:71
Function
handleCancel
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:115
Function
handleClear
()
tasks-ui/src/components/ui/search-input.tsx:36
Function
handleClick
()
tasks-ui/src/components/v2/ClaudeAgentButton.tsx:25
Function
handleClickOutside
(event: MouseEvent)
reference/document-editor/components/DualUseMarkdown.tsx:207
Function
handleConfirm
()
tasks-ui/src/components/ui/confirmation-dialog.stories.tsx:71
Function
handleConfirm
()
tasks-ui/src/components/ui/confirmation-dialog.tsx:44
Function
handleConnect
()
tasks-ui/src/components/claude/ClaudeAssistant.stories.tsx:127
Function
handleContentChange
(newContent: string)
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:128
Function
handleContentChange
(newContent: string)
tasks-ui/src/routes/parents/$parentId.tsx:80
Function
handleContentChange
(newContent: string)
tasks-ui/src/routes/tasks/$taskId.tsx:91
Function
handleCurrentTaskCommand
(options: { format?: string; })
src/cli/commands.ts:529
Function
handleDebugCodePath
(_params: DebugCodePathParams)
src/mcp/handlers/index.ts:143
Function
handleDelete
()
tasks-ui/src/components/v2/SimpleTaskView.tsx:41
Function
handleDelete
()
tasks-ui/src/components/v2/ParentTaskView.tsx:49
Function
handleDeleteCommand
( id: string, options: { force?: boolean; subdirectory?: string; } )
src/cli/commands.ts:366
Function
handleDisconnect
()
tasks-ui/src/components/claude/ClaudeAssistant.stories.tsx:147
Function
handleDisconnect
()
tasks-ui/src/hooks/useClaudeWebSocket.ts:55
Function
handleEdit
()
tasks-ui/src/components/task-detail/TaskContent.tsx:22
Function
handleEdit
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:62
Function
handleEdit
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:104
Function
handleEdit
()
tasks-ui/src/routes/parents/$parentId.tsx:59
Function
handleEdit
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:111
Function
handleFeatureDeleteCommand
(_id: string, _options: any)
src/cli/commands.ts:631
Function
handleFeatureGetCommand
(_id: string, _options: any)
src/cli/commands.ts:623
Function
handleFeatureListCommand
(_options: any)
src/cli/commands.ts:619
Function
handleFeatureUpdateCommand
(_id: string, _options: any)
src/cli/commands.ts:627
Function
handleGetCommand
( id: string, options: { format?: string; subdirectory?: string; contentOnly?: boolean; } )
src/cli/commands.ts:136
Function
handleGetCurrentRoot
(_params: ConfigGetCurrentRootParams)
src/mcp/handlers/index.ts:105
Function
handleGlobalKeyDown
(e: KeyboardEvent)
reference/document-editor/components/DualUseMarkdown.tsx:189
Function
handleHomeLinkClick
()
tasks-ui/src/components/layout/Header.tsx:11
Function
handleInitCommand
(options: { mode?: string; rootDir?: string; })
src/cli/commands.ts:19
Function
handleInitCommand
(options: { mode?: string; rootDir?: string; })
src/cli/init.ts:8
Function
handleInitRoot
(params: ConfigInitRootParams)
src/mcp/handlers/index.ts:64
Function
handleKeyDown
(e: React.KeyboardEvent)
tasks-ui/src/components/v2/Sidebar.tsx:41
Function
handleKeyDown
(event: KeyboardEvent)
reference/document-editor/components/ui/sidebar.tsx:101
Function
handleListProjects
(_params: ConfigListProjectsParams)
src/mcp/handlers/index.ts:124
Function
handleListTemplatesCommand
()
src/cli/commands.ts:596
Function
handleMarkCompleteNextCommand
( id: string, options: { format?: string; } )
src/cli/commands.ts:566
Function
handleMessage
(data: string)
tasks-ui/src/lib/claude-message-handler.ts:46
Function
handleMouseEnter
()
reference/document-editor/components/DualUseMarkdown.tsx:174
Function
handleMouseLeave
()
reference/document-editor/components/DualUseMarkdown.tsx:181
Function
handleParentCreate
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:144
Function
handleParentCreateNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:519
Function
handleParentGet
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:263
Function
handleParentGetNormalized
( rawParams: unknown )
src/mcp/normalized-handlers.ts:304
Function
handleParentList
(rawParams: unknown)
src/mcp/handlers/read-handlers.ts:197
Function
handleParentListNormalized
( rawParams: unknown )
src/mcp/normalized-handlers.ts:240
Function
handleParentOperations
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:790
Function
handleParentOperationsNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:656
Function
handleSave
()
tasks-ui/src/components/task-detail/TaskContent.tsx:31
Function
handleSave
()
tasks-ui/src/components/v2/V2Showcase.stories.tsx:71
Function
handleSave
()
tasks-ui/src/routes/parents/$parentId.$subtaskId.tsx:115
Function
handleSave
()
tasks-ui/src/routes/parents/$parentId.tsx:68
Function
handleSave
()
tasks-ui/src/routes/tasks/$taskId.tsx:78
Function
handleSave
()
tasks-ui/src/routes/tasks/$parentId/$subtaskId.tsx:125
Function
handleStart
()
tasks-ui/src/components/v2/ClaudeAgentButton.stories.tsx:61
Function
handleStartSession
()
tasks-ui/src/components/claude/SessionButton.tsx:68
Function
handleSubmit
(e: React.FormEvent)
tasks-ui/src/routes/assistant.tsx:34
Function
handleTaskClick
(task: Task)
tasks-ui/src/components/v2/SubtaskList.stories.tsx:417
Function
handleTaskCreate
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:261
Function
handleTaskCreateNormalized
( rawParams: unknown )
src/mcp/normalized-write-handlers.ts:53
Function
handleTaskDelete
( rawParams: unknown )
src/mcp/handlers/write-handlers.ts:420
← previous
next →
601–700 of 787, ranked by callers