MCPcopy Create free account

hub / github.com/Sider-ai/wandesk / functions

Functions1,017 in github.com/Sider-ai/wandesk

↓ 3 callersFunctionensure_main_window
(app: &AppHandle)
tauri/src/shell/ui.rs:69
↓ 3 callersFunctionenterDir
(segments: string[])
ui/src/apps/codeworkspace/tabs/ProjectsTab.tsx:15
↓ 3 callersFunctionexec
()
server/main/service/task/runner.ts:40
↓ 3 callersFunctionexposeTokenToEnv
()
server/main/api/auth/index.ts:52
↓ 3 callersFunctionextractText
(value: any)
ui/src/apps/codeworkspace/utils.ts:19
↓ 3 callersFunctionfetchNotes
(targetPage = page)
ui/src/apps/notebook/index.tsx:63
↓ 3 callersFunctionfind_runs
Recursively find directories that contain an outputs/ subdirectory.
skills/skill-creator/eval-viewer/generate_review.py:60
↓ 3 callersFunctionflushAssistant
()
server/apps/claude-code/service/sessions.ts:114
↓ 3 callersFunctionflushAssistant
()
server/apps/codex/service/sessions.ts:180
↓ 3 callersFunctionfmtNum
(value?: number)
ui/src/apps/ghtrending/index.tsx:41
↓ 3 callersFunctiongetApiToken
()
server/main/repository/auth.ts:55
↓ 3 callersFunctiongetAuth
()
server/main/repository/auth.ts:17
↓ 3 callersFunctiongetNote
(id)
server/apps/notes/repository/notes.ts:6
↓ 3 callersFunctionhandleOpen
(item: FsItem)
ui/src/apps/files/index.tsx:112
↓ 3 callersFunctionhasChat
(conversationId)
server/main/service/chat/conversations.ts:13
↓ 3 callersFunctionhasDraggedFiles
(event: React.DragEvent)
ui/src/apps/chat/chat.tsx:456
↓ 3 callersFunctionhashPassword
(password, saltHex)
server/main/repository/auth.ts:8
↓ 3 callersFunctionisToolCall
(item: TaskMessage)
ui/src/apps/tasks/index.tsx:98
↓ 3 callersFunctionitemIndex
(id: string | number, length: number)
ui/src/apps/memory/components/MemoryCard.tsx:27
↓ 3 callersFunctionlistSessions
(limit = 20)
server/apps/hermes/service/sessions.ts:31
↓ 3 callersFunctionloadRepos
(nextSince = since, nextLanguage = language)
ui/src/apps/ghtrending/index.tsx:69
↓ 3 callersFunctionloadSessions
()
ui/src/apps/openclaw/ChatView.tsx:57
↓ 3 callersFunctionmain_service_ready
()
tauri/src/workspace/services.rs:29
↓ 3 callersFunctionnewChat
()
ui/src/apps/chat/index.tsx:25
↓ 3 callersFunctionnormalizeContextRounds
(value)
server/main/service/settings/get.ts:10
↓ 3 callersFunctionnormalizeTimestamp
(value: unknown)
server/apps/hermes/service/sessions.ts:11
↓ 3 callersFunctionopenApp
(appId: string)
ui/src/components/ContextMenu.tsx:21
↓ 3 callersFunctionparseJson
(raw, label = "json")
server/shared/json/parse.ts:1
↓ 3 callersFunctionpatchModel
(patch: Partial<typeof model>)
ui/src/views/WelcomeView.tsx:105
↓ 3 callersFunctionpickArray
(value: any, keys: string[])
ui/src/apps/codeworkspace/utils.ts:45
↓ 3 callersFunctionpost
(path: string, body: unknown)
ui/src/apps/openclaw/TaskView.tsx:37
↓ 3 callersFunctionreadJson
(res: Response)
ui/src/apps/hermes/api.ts:5
↓ 3 callersFunctionreadSettingsMap
()
server/main/service/settings/get.ts:3
↓ 3 callersFunctionrenderMd
(text?: string)
ui/src/apps/ghtrending/index.tsx:42
↓ 3 callersFunctionrequest
(url: string, options: RequestInit = {})
ui/src/apps/memory/index.tsx:38
↓ 3 callersFunctionrequest
(intent: string, payload = {})
ui/src/apps/chat/intent.ts:1
↓ 3 callersFunctionrestartAppsProcess
(options: any = {})
server/main/service/runtime/reload.ts:114
↓ 3 callersFunctionrun
(args: string[])
server/apps/openclaw/service/cron.ts:3
↓ 3 callersFunctionrunOpenClaw
(args: string[], timeout = 15000)
server/apps/openclaw/service/openclaw.ts:37
↓ 3 callersFunctionsafeStringify
(msg)
server/main/service/runtime/ws.ts:36
↓ 3 callersFunctionsave
()
ui/src/apps/finance/index.tsx:74
↓ 3 callersFunctionscheduleServerRestart
(options: any = {})
server/main/service/runtime/reload.ts:124
↓ 3 callersFunctionsendOne
(ws, payload)
server/main/service/runtime/ws.ts:38
↓ 3 callersFunctionservice_is_ready
()
tauri/src/workspace/services.rs:41
↓ 3 callersFunctionsetChatState
(conversationId, state = "idle")
server/main/service/chat/conversations.ts:18
↓ 3 callersFunctionsettings_path
(workspace: &Path)
tauri/src/workspace/locale.rs:18
↓ 3 callersFunctionshow_app_window
启动页和真正的 AIOS 页面是两个阶段,这里统一负责切换,避免各处重复写跳转脚本。
tauri/src/shell/ui.rs:125
↓ 3 callersFunctiontrim
(value, max)
server/main/service/prompt/memory.ts:3
↓ 3 callersFunctionupdateOption
(key: keyof ReloadOptions, value: boolean)
ui/src/components/ReloadModal.tsx:32
↓ 3 callersFunctionupdateSettings
(body: any = {})
server/main/service/settings/update.ts:13
↓ 3 callersFunctionwalk
(dir, visit, { exclude = false, root = dir }: any = {})
scripts/start.ts:109
↓ 3 callersFunctionwrite
(obj)
server/apps/claude-code/api/index.ts:162
↓ 2 callersFunctionApp
()
ui/src/App.tsx:47
↓ 2 callersFunction_call_claude
Run `claude -p` with the prompt on stdin and return the text response. Prompt goes over stdin (not argv) because it embeds the full SKILL.md
skills/skill-creator/scripts/improve_description.py:20
↓ 2 callersFunctionaggregate_runs
(results: list[dict])
skills/skill-creator/scripts/generate_report.py:227
↓ 2 callersFunctionapp_log_dir
(app: &AppHandle)
tauri/src/workspace/paths.rs:40
↓ 2 callersFunctionappendEvent
(conversationId, kind, obj)
server/apps/claude-code/repository/events.ts:3
↓ 2 callersFunctionapplyState
(state)
tauri/ui/main.js:27
↓ 2 callersFunctionatomicWrite
(targetPath, content)
server/apps/claude-code/service/editor.ts:10
↓ 2 callersFunctionatomicWrite
(target, content)
server/apps/codex/service/editor.ts:10
↓ 2 callersFunctionbackToList
()
ui/src/apps/notebook/index.tsx:99
↓ 2 callersFunctionbuildHeaders
(apiKey, apiUrl)
server/main/llm/requester/openai.ts:1
↓ 2 callersFunctionbuildHeaders
(apiKey)
server/main/llm/requester/claude.ts:1
↓ 2 callersFunctionbuildPath
(name: string)
ui/src/apps/files/index.tsx:152
↓ 2 callersFunctionbuildSessionCookie
(sid, { maxAgeSeconds = 30 * 24 * 60 * 60 }: any = {})
server/main/service/auth/session.ts:6
↓ 2 callersFunctionbuildTakeoverPrompt
(template: string, fallbackPath: string, guidePath = "")
ui/src/system/takeoverGuide.ts:36
↓ 2 callersFunctioncardStyle
(style?: number)
ui/src/apps/notebook/index.tsx:59
↓ 2 callersFunctioncategoryColor
(key: string)
ui/src/apps/createapp/index.tsx:76
↓ 2 callersFunctionchat
(messages, { provider, apiUrl, apiKey, model, send = (_message) => { }, signal, maxRounds = 50
server/main/ai/handler.ts:6
↓ 2 callersFunctionclearTimer
()
ui/src/stores/toast.ts:17
↓ 2 callersFunctioncommandLabel
(args: string[])
server/apps/openclaw/service/openclaw.ts:35
↓ 2 callersFunctionconfirmRename
(conversationId: string)
ui/src/apps/chat/History.tsx:66
↓ 2 callersFunctioncopy_file_preserving_metadata
(src: &Path, dst: &Path)
tauri/src/workspace/paths.rs:286
↓ 2 callersFunctioncountChatMessages
(conversationId)
server/main/repository/chat/messages.ts:2
↓ 2 callersFunctioncreateProviderCatalog
(data: { groups?: ProviderGroup[]; providers?: ProviderItem[] } = {})
ui/src/data/providers.ts:199
↓ 2 callersFunctioncreateRemarkStreamFilter
(forward)
server/main/service/chat/remarks.ts:54
↓ 2 callersFunctioncreateSession
()
server/main/repository/auth.ts:64
↓ 2 callersFunctioncreateSnapshot
()
ui/src/stores/appearance.ts:17
↓ 2 callersFunctioncreateTaskRun
({ mode, app, title = "", payload, meta = null, wait = true, execute, errorMessage = "Task exe
server/main/service/task/runner.ts:12
↓ 2 callersFunctioncurrentMonth
()
server/apps/finance/repository/list.ts:15
↓ 2 callersFunctiondecodeDirName
(dirName)
server/apps/claude-code/service/introspect.ts:344
↓ 2 callersFunctiondeleteFile
(item: FsItem)
ui/src/apps/files/index.tsx:225
↓ 2 callersFunctiondownloadFile
(item: FsItem)
ui/src/apps/files/index.tsx:107
↓ 2 callersFunctionemitLine
(line)
server/apps/claude-code/service/runClaude.ts:46
↓ 2 callersFunctionemitLine
(line)
server/apps/codex/service/runCodex.ts:103
↓ 2 callersFunctionensureDir
(dir)
scripts/dev.ts:31
↓ 2 callersFunctionensure_shell_window
( app: &AppHandle, label: &str, title: &str, page: &str, width: f64, height: f64,
tauri/src/shell/ui.rs:41
↓ 2 callersFunctionexpected_workspace_template_version
(app: &AppHandle)
tauri/src/workspace/paths.rs:139
↓ 2 callersFunctionextMatches
(path: string, set: Set<string>)
ui/src/apps/files/index.tsx:41
↓ 2 callersFunctionfind_project_root
Find the project root by walking up from cwd looking for .claude/. Mimics how Claude Code discovers its project root, so the command file we
skills/skill-creator/scripts/run_eval.py:22
↓ 2 callersFunctionfmtDate
(value?: string)
ui/src/apps/finance/index.tsx:41
↓ 2 callersFunctionfocus
(windowId: string)
ui/src/system/windows.ts:143
↓ 2 callersFunctionformatDateTime
(value?: string)
ui/src/apps/tasks/index.tsx:34
↓ 2 callersFunctionformatTime
(value?: number | string | null)
ui/src/apps/openclaw/ControlView.tsx:50
↓ 2 callersFunctionformatTime
(value?: number | string | null)
ui/src/apps/openclaw/ChatView.tsx:24
↓ 2 callersFunctiongenerate_html
Generate the complete standalone HTML page with embedded data.
skills/skill-creator/eval-viewer/generate_review.py:250
↓ 2 callersFunctiongetAnalysis
(repoId)
server/apps/ghtrending/repository/analysis.ts:10
↓ 2 callersFunctiongetApiToken
()
server/shared/apps/apiToken.ts:12
↓ 2 callersFunctiongetApp
(appId: string)
ui/src/apps/index.ts:32
↓ 2 callersFunctiongetProvider
(id: string)
ui/src/apps/settings/index.tsx:59
← previousnext →101–200 of 1,017, ranked by callers