MCPcopy Create free account

hub / github.com/Pimzino/claude-code-spec-workflow / functions

Functions591 in github.com/Pimzino/claude-code-spec-workflow

↓ 1 callersFunctionisErrorDataMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:628
↓ 1 callersFunctionisInitialDataMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:612
↓ 1 callersMethodisInstallationComplete
* Check if the installation is complete by verifying all required files and directories exist * This prevents treating incomplete installations as
src/setup.ts:66
↓ 1 callersFunctionisProjectTabData
(obj: unknown)
src/dashboard/client/types/validation.ts:443
↓ 1 callersMethodisReadOnlySession
* Check if a session is read-only
src/dashboard/tunnel/access-controller.ts:140
↓ 1 callersFunctionisSteeringUpdateMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:624
↓ 1 callersFunctionisTunnelMetricsMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:640
↓ 1 callersFunctionisTunnelStartedMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:632
↓ 1 callersFunctionisTunnelStatus
(obj: unknown)
src/dashboard/client/types/validation.ts:335
↓ 1 callersFunctionisTunnelStoppedMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:636
↓ 1 callersFunctionisTunnelVisitorMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:644
↓ 1 callersFunctionisUpdateDataMessage
(msg: WebSocketMessage)
src/dashboard/shared/dashboard.types.ts:616
↓ 1 callersMethodlistBackups
* List all backup directories in the project root
src/update.ts:74
↓ 1 callersFunctionloadSpecContext
* Load spec context content (requirements and design only)
src/task-generator.ts:152
↓ 1 callersFunctionloadSteeringContext
* Load steering context content
src/task-generator.ts:114
↓ 1 callersMethodmount
(_selector: string)
src/dashboard/client/types/petite-vue.d.ts:10
↓ 1 callersMethodonStateChange
(state: ConnectionState)
src/dashboard/client/websocket.ts:153
↓ 1 callersFunctionparseAllTasksFromMarkdown
(content: string)
src/get-tasks.ts:27
↓ 1 callersMethodparseTasks
(content: string)
src/dashboard/parser.ts:477
↓ 1 callersFunctionperformAutoUpdate
(packageName: string)
src/auto-update.ts:80
↓ 1 callersMethodrecover
(error: TunnelProviderError)
src/dashboard/tunnel/error-handler.ts:6
↓ 1 callersMethodregenerateTaskCommands
()
src/update.ts:317
↓ 1 callersMethodremoveMessageHandler
* Remove typed message handler
src/dashboard/client/websocket.ts:264
↓ 1 callersMethodrestoreUserContent
* Restore user content (specs and task commands) from backup
src/update.ts:121
↓ 1 callersMethodrouteTypedMessage
* Route typed messages to appropriate handlers
src/dashboard/client/websocket.ts:387
↓ 1 callersFunctionrunBuild
()
esbuild.config.js:85
↓ 1 callersMethodscheduleReconnect
* Schedule a reconnection attempt with exponential backoff
src/dashboard/client/websocket.ts:415
↓ 1 callersMethodsearchDirectory
( dir: string, activeSessions: string[], depth = 0 )
src/dashboard/project-discovery.ts:111
↓ 1 callersMethodselectProjectFromSession
(session: ActiveSession)
src/dashboard/client/multi-app.ts:196
↓ 1 callersMethodsendInitialState
(socket: WebSocket)
src/dashboard/multi-server.ts:516
↓ 1 callersMethodsetActiveTimeout
* Set active timeout duration
src/dashboard/tunnel/usage-tracker.ts:193
↓ 1 callersMethodsetAvailable
(available: boolean)
tests/tunnel-manager.test.ts:11
↓ 1 callersMethodsetProcess
(process: ChildProcess)
src/dashboard/tunnel/cloudflare-provider.ts:35
↓ 1 callersMethodsetProcess
(process: ChildProcess)
src/dashboard/tunnel/ngrok-provider.ts:37
↓ 1 callersMethodsetProcess
(process: ChildProcess)
src/dashboard/tunnel/cloudflare-provider-native.ts:26
↓ 1 callersMethodsetUrl
(url: string)
src/dashboard/tunnel/cloudflare-provider.ts:31
↓ 1 callersMethodsetupAgents
()
src/setup.ts:248
↓ 1 callersMethodsetupCodeBlockCopyHandlers
()
src/dashboard/client/multi-app.ts:168
↓ 1 callersMethodsetupKeyboardHandlers
()
src/dashboard/client/multi-app.ts:167
↓ 1 callersMethodsetupWebSocketEventHandlers
* Setup WebSocket event handlers
src/dashboard/client/websocket.ts:273
↓ 1 callersFunctionsortWithFallback
(items: Array<{ lastModified?: Date; specName?: string; bugName?: string }>)
tests/dashboard/ui-improvements.test.ts:666
↓ 1 callersFunctionstartApp
()
src/dashboard/client/multi-app.ts:2110
↓ 1 callersMethodstartConnectionTimeout
* Start connection timeout timer
src/dashboard/client/websocket.ts:456
↓ 1 callersMethodstartGitWatcher
()
src/dashboard/watcher.ts:222
↓ 1 callersMethodstartPeriodicRescan
()
src/dashboard/multi-server.ts:773
↓ 1 callersMethodstartSteeringWatcher
()
src/dashboard/watcher.ts:274
↓ 1 callersMethodstartTunnel
(options: TunnelOptions = {})
src/dashboard/tunnel/manager.ts:78
↓ 1 callersMethodstop
()
src/dashboard/multi-server.ts:849
↓ 1 callersFunctiontestExposedGql
()
test-exposed-gql-parser.js:6
↓ 1 callersMethodupdateWithFreshInstall
* Update with fresh install approach: backup -> delete -> fresh install -> restore user content
src/update.ts:394
↓ 1 callersMethodurl
()
src/dashboard/tunnel/ngrok-provider-native.ts:22
↓ 1 callersFunctionvalidateClaudeCode
()
src/utils.ts:74
↓ 1 callersMethodvalidateConfig
()
src/dashboard/tunnel/ngrok-provider-native.ts:74
↓ 1 callersMethodvalidateConfig
()
src/dashboard/tunnel/cloudflare-provider.ts:121
↓ 1 callersMethodvalidateConfig
()
src/dashboard/tunnel/ngrok-provider.ts:159
↓ 1 callersMethodvalidateConfig
()
src/dashboard/tunnel/cloudflare-provider-native.ts:92
↓ 1 callersMethodvalidateMessageData
* Validate message data based on message type
src/dashboard/client/types/validation.ts:526
↓ 1 callersMethodvalidateSession
* Validate a session token
src/dashboard/tunnel/access-controller.ts:243
↓ 1 callersMethodviewBugMarkdown
(projectPath: string, bugName: string, docType: string)
src/dashboard/client/multi-app.ts:239
FunctionProgressBarTemplate
(completed: number, total: number)
src/dashboard/client/shared-components.ts:366
FunctionStatusBadgeTemplate
(status: StatusType)
src/dashboard/client/shared-components.ts:355
FunctionSteeringWarningTemplate
(steeringStatus: SteeringStatus | null)
src/dashboard/client/shared-components.ts:379
Function_buildGroupedProjects
()
src/dashboard/client/multi-app.ts:650
FunctionactiveSessionCount
()
src/dashboard/client/multi-app.ts:330
FunctionapplyTheme
(theme: string)
src/dashboard/client/multi-app.ts:1911
MethodcanRecover
(error: TunnelProviderError)
src/dashboard/tunnel/error-handler.ts:144
MethodcanRecover
(error: TunnelProviderError)
src/dashboard/tunnel/error-handler.ts:157
MethodcanRecover
(error: TunnelProviderError)
src/dashboard/tunnel/error-handler.ts:175
MethodcheckTunnelStatus
Check current tunnel status
src/dashboard/shared/dashboard.types.ts:807
FunctioncleanExpiredCache
()
src/file-cache.ts:108
FunctionclearCache
(filePath?: string)
src/file-cache.ts:85
MethodclearUsageMetrics
* Clear usage metrics
src/dashboard/tunnel/manager.ts:503
Methodclose
()
src/dashboard/tunnel/ngrok-provider-native.ts:26
Methodclose
()
src/dashboard/tunnel/cloudflare-provider.ts:39
Methodclose
()
src/dashboard/tunnel/ngrok-provider.ts:41
Methodclose
()
src/dashboard/tunnel/cloudflare-provider-native.ts:30
FunctioncloseMarkdownPreview
()
src/dashboard/client/multi-app.ts:1941
Functioncombine
* Combine multiple Results into one
src/dashboard/client/types/validation.ts:699
FunctionconnectWebSocket
()
src/dashboard/client/multi-app.ts:809
MethodconnectWebSocket
Connect to WebSocket server
src/dashboard/shared/dashboard.types.ts:715
Methodconstructor
(projectRoot: string = process.cwd())
src/steering.ts:13
Methodconstructor
(projectRoot: string = process.cwd())
src/update.ts:19
Methodconstructor
(projectRoot: string = process.cwd())
src/setup.ts:34
Methodconstructor
(projectPath: string, parser: SpecParser)
src/dashboard/watcher.ts:45
Methodconstructor
(projectPath: string)
src/dashboard/parser.ts:100
Methodconstructor
()
src/dashboard/project-discovery.ts:28
Methodconstructor
(options: MultiDashboardOptions)
src/dashboard/multi-server.ts:79
Methodconstructor
(url: string, options: WebSocketClientOptions = {})
src/dashboard/client/websocket.ts:135
Methodconstructor
( message: string, public code: string, public path?: string, public details?: unknown )
src/dashboard/client/types/validation.ts:38
Methodconstructor
( message: string, public messageType: string, public rawMessage?: unknown )
src/dashboard/client/types/validation.ts:53
Methodconstructor
()
src/dashboard/tunnel/error-handler.ts:12
Methodconstructor
( private _server: FastifyInstance, config?: Partial<TunnelConfig>, recoveryOptions?: Partial<Tunn
src/dashboard/tunnel/manager.ts:55
Methodconstructor
()
src/dashboard/tunnel/usage-tracker.ts:37
Methodconstructor
( private _url: string, private listener: ngrok.Listener )
src/dashboard/tunnel/ngrok-provider-native.ts:15
Methodconstructor
(private _config?: NgrokConfig)
src/dashboard/tunnel/ngrok-provider-native.ts:60
Methodconstructor
( public provider: string, private _port: number )
src/dashboard/tunnel/cloudflare-provider.ts:19
Methodconstructor
(private _config?: CloudflareConfig)
src/dashboard/tunnel/cloudflare-provider.ts:104
Methodconstructor
( private _options: AccessControlOptions = { readOnlyMode: false, rateLimitAttempts: 5,
src/dashboard/tunnel/access-controller.ts:39
Methodconstructor
( public provider: string, private _port: number )
src/dashboard/tunnel/ngrok-provider.ts:21
Methodconstructor
(private _config?: NgrokConfig)
src/dashboard/tunnel/ngrok-provider.ts:106
← previousnext →201–300 of 591, ranked by callers