MCPcopy Create free account

hub / github.com/alphaXiv/OpenResearch / functions

Functions5,065 in github.com/alphaXiv/OpenResearch

↓ 356 callersMethodis_empty
(&self)
src/local/storage.rs:218
↓ 322 callersMethodget
(&self, id: &str)
src/commands/up_remote.rs:154
↓ 144 callersFunctionwrite
(dir: &Path, rel: &str, contents: &str)
src/local/git.rs:2445
↓ 92 callersFunctionuseState
(initial)
ui/tests/workspace.test.mjs:42
↓ 74 callersFunctionspawn
( store: &Store, task: Option<String>, stdin: bool, title: Option<String>, harness: Option
src/commands/agent.rs:90
↓ 70 callersMethodas_str
(self)
src/local/git.rs:34
↓ 69 callersFunctionuseEffect
(callback, deps)
ui/tests/workspace.test.mjs:56
↓ 68 callersFunctionbad_request
(err: impl std::fmt::Display)
src/commands/up.rs:799
↓ 68 callersFunctiontimeout
(duration, formula)
demo/nanochat/base/nanochat/engine.py:26
↓ 68 callersMethodwrite
(&self, name: &str, text: &str)
src/local/overleaf_live.rs:2296
↓ 66 callersFunctionuseRef
(initial)
ui/tests/workspace.test.mjs:50
↓ 64 callersFunctionpost
(url: string, body?: unknown, keepalive = false)
ui/src/api.ts:160
↓ 63 callersMethodpath
(&self)
src/local/git.rs:258
↓ 59 callersFunctionget
(url: string, signal?: AbortSignal)
ui/src/api.ts:151
↓ 59 callersMethodremove
(&mut self, id: &str)
src/local/overleaf_live.rs:598
↓ 59 callersFunctionworkspaceKey
(family: string, ...args: readonly unknown[])
ui/src/queries/client.ts:22
↓ 57 callersFunctionltr
(value: string | number)
ui/src/i18n.ts:4
↓ 56 callersMethodas_str
(self)
src/local/chat/mod.rs:2267
↓ 56 callersMethodget_local_project
(&self, id: &str)
src/store.rs:1621
↓ 54 callersFunctioncanonicalize
`std::fs::canonicalize`, minus the Windows verbatim prefix.
src/paths.rs:9
↓ 54 callersFunctiongit
Run git with `args`, returning trimmed stdout; failures carry git's stderr. Headless: git must fail fast rather than prompt on /dev/tty (these calls r
src/local/git.rs:155
↓ 50 callersFunctionnow_ms
()
src/store.rs:3072
↓ 49 callersFunctionvar
Like `env::var_os`, but preferring what the user's shell reported.
src/local/shell_env.rs:44
↓ 48 callersFunctionnot_found
(what: &str)
src/commands/up.rs:803
↓ 47 callersFunctionuseQuery
(options)
ui/tests/fileRestore.test.mjs:76
↓ 46 callersMethodstatus
(&self)
src/local/opencode.rs:394
↓ 43 callersFunctionparse
(e: MessageEvent)
ui/src/events.ts:254
↓ 42 callersMethodflush
(&mut self)
src/local/chat/mod.rs:6943
↓ 38 callersFunctiondata_dir
()
src/store.rs:20
↓ 38 callersMethodget_chat_session
(&self, id: &str)
src/store.rs:1815
↓ 37 callersFunctionhome_dir
()
src/local/native_store.rs:38
↓ 34 callersMethodopen
Open (creating dirs/schema as needed). WAL so the supervise writers and the serve readers never block each other.
src/store.rs:397
↓ 34 callersMethodread
(&self, name: &str)
src/local/overleaf_live.rs:2300
↓ 33 callersMethodload
(project_id: &str)
src/local/opencode.rs:123
↓ 32 callersFunctioncreate_project
Register a local folder as a project. No experiments are created — the tree starts empty and the baseline is created lazily (first no-parent `create_e
src/local/projects.rs:160
↓ 32 callersFunctionrename
(session: ChatSession, title: string)
ui/src/components/ChatPanel.tsx:5725
↓ 31 callersMethodcreate_chat_session
(&self, s: &StoredChatSession)
src/store.rs:1785
↓ 31 callersMethodupsert_run
(&self, run: &StoredRun)
src/store.rs:937
↓ 29 callersFunctionblocking_api
Off-worker helper for git-backed handlers.
src/commands/up.rs:2197
↓ 29 callersFunctionread
()
src/local/local_models.rs:46
↓ 28 callersFunctionroot
()
src/local/projects.rs:237
↓ 27 callersFunctionchat_session_fixture
(id: &str)
src/store.rs:4035
↓ 26 callersMethodget_run
(&self, run_id: &str)
src/store.rs:1006
↓ 26 callersMethodjson
(&self)
src/local/overleaf_live.rs:646
↓ 24 callersMethodemit
(&self, name: &'static str, data: Value)
src/local/chat/mod.rs:3085
↓ 24 callersFunctionreject_if_moving
Refuse an operation that would write the store while a data-dir move is in progress — the move relies on nothing new touching the old dir mid-flight.
src/commands/up.rs:4876
↓ 24 callersMethodupsert_part
Insert or replace a part by id, preserving arrival order.
src/local/chat/mod.rs:6835
↓ 23 callersFunctioncapture
Queue an event on disk, spawn the send, and register its handle for the single exit-time flush. Crucially does NOT await the flush window here — await
src/telemetry.rs:845
↓ 23 callersFunctionshowAlert
(message: string, type: ToastVariant, options?: ExternalToast)
ui/src/components/ui/Toast.tsx:12
↓ 23 callersFunctiontemp_root
()
src/local/user_skills.rs:1013
↓ 22 callersFunctionprepare_env
Env prep shared by the CLI adapters: this orx first on PATH (agents shell out to `orx`), the shell environment app mode imported, and the dashboard-ma
src/local/chat/mod.rs:7693
↓ 22 callersFunctionssh_run
Run a command on `target` over ssh, feeding `stdin` if given, returning stdout. A non-zero exit is an error carrying stderr (the ssh/remote failure re
src/jobs/ssh.rs:265
↓ 21 callersMethodcreate
( &self, host: String, preferences: RemoteUiPreferences, gateway_port: Option<
src/commands/up_remote.rs:163
↓ 21 callersMethodfrom
(run: &StoredRun)
src/plane.rs:17
↓ 21 callersMethodget_local_experiment
(&self, id: &str)
src/store.rs:1746
↓ 20 callersFunctionfmtNumber
(value: number)
ui/src/i18n.ts:7
↓ 20 callersFunctionisCurrentScope
(scope: readonly unknown[])
ui/src/queries/client.ts:36
↓ 19 callersMethodparse
(json: &str)
src/jobs/mod.rs:98
↓ 19 callersMethodupsert_chat_message
Insert or replace a message's parts — assistant messages are rewritten as their parts stream in.
src/store.rs:2066
↓ 18 callersFunctioncn
(...classes: Array<string | false | null | undefined>)
ui/src/components/ui/cn.ts:5
↓ 18 callersFunctionconfig_dir
()
src/config.rs:64
↓ 18 callersMethoddecode
(self, tokens)
demo/nanochat/base/tests/test_engine.py:79
↓ 18 callersMethodencode
(self, s, prepend=None)
demo/nanochat/base/tests/test_engine.py:73
↓ 18 callersMethodinto_response
(self)
src/commands/up.rs:788
↓ 17 callersFunctionapply_notification
One app-server notification → transcript state. Pure (fixture-tested): touches only `ctx.assistant.parts` via the TurnCtx helpers. Returns the turn's
src/local/harness/codex.rs:1092
↓ 17 callersMethodlist_chat_messages
(&self, session_id: &str)
src/store.rs:2600
↓ 17 callersFunctionuseMemo
(factory, deps)
ui/tests/fileRestore.test.mjs:32
↓ 16 callersMethodid
(&self)
src/local/harness/codex.rs:487
↓ 16 callersMethodresolve
(set: Option<String>, stdin: bool)
src/plane.rs:83
↓ 16 callersFunctionuseCallback
(callback, deps)
ui/tests/workspace.test.mjs:51
↓ 15 callersMethodclear_retry_status
(&mut self)
src/local/chat/mod.rs:6559
↓ 15 callersFunctioncurrent_exe
The running executable, canonicalized. Canonical because [`exe_matches_prefix`] compares it against a canonicalized prefix, and because the bundle's `
src/updates.rs:423
↓ 15 callersFunctionget_base_dir
()
demo/nanochat/base/nanochat/common.py:71
↓ 15 callersFunctionjson
(res: Response)
ui/src/api.ts:117
↓ 15 callersFunctionload_settings
Loads settings, or `None` when the file is absent or unreadable/corrupt. A corrupt file is treated as absent for *reads* — telemetry must never surfac
src/telemetry.rs:353
↓ 15 callersFunctionlock
(mutex: &Mutex<T>)
src/local/overleaf_live.rs:1736
↓ 15 callersFunctionprint0
(s="",**kwargs)
demo/nanochat/base/nanochat/common.py:118
↓ 15 callersFunctionuseLayoutEffect
(callback, deps)
ui/tests/workspace.test.mjs:57
↓ 14 callersMethodconnect
(&self)
src/local/overleaf_live.rs:2304
↓ 14 callersFunctionfold
Fold a hand-written stream-json transcript through `apply_event` against a bare `TurnCtx::test_stub()` — the store-free property. Returns the final st
src/local/harness/claude.rs:2496
↓ 14 callersFunctionlog_path
(run_id: &str)
src/store.rs:189
↓ 14 callersFunctionrun_fixture
(id: &str, status: &str, chat_session_id: Option<&str>)
src/store.rs:4322
↓ 14 callersFunctionsession
(store: &Store, id: &str)
src/local/chat/mod.rs:9046
↓ 14 callersFunctiontemp_store
(tag: &str)
src/local/chat/mod.rs:9091
↓ 13 callersFunctiondetect_from
Testable core: given the raw `SSH_CONNECTION` value (if any) and whether some other SSH marker is present, decide the session.
src/remote.rs:86
↓ 13 callersFunctiongit
(dir: &Path, args: &[&str])
src/local/demo.rs:1511
↓ 13 callersMethodhandle_ack
(&mut self, id: u64, args: Vec<Value>)
src/local/overleaf_live.rs:1057
↓ 13 callersMethodhandle_event
(&mut self, name: &str, args: Vec<Value>)
src/local/overleaf_live.rs:840
↓ 13 callersMethodlog
(self, *args, **kwargs)
demo/nanochat/base/nanochat/common.py:220
↓ 13 callersFunctionmessage_json
(m: &WireMessage, session_id: &str)
src/local/chat/mod.rs:1126
↓ 13 callersMethodparse
Parses the stored/wire vocabulary. `None` for anything else — callers that only need "is this finished" should prefer [`is_terminal_status`], which tr
src/store.rs:264
↓ 13 callersFunctionsave_skill_md_in
(root: &Path, content: &[u8])
src/local/user_skills.rs:300
↓ 13 callersFunctionsave_upload_in
(root: &Path, filename: &str, bytes: &[u8])
src/local/latex_templates.rs:110
↓ 13 callersFunctionsearch_path
The PATH to search for the binaries orx spawns, and to hand its children.
src/local/shell_env.rs:52
↓ 13 callersFunctionsetScopedQueryData
(key: DataTag<QueryKey, T, unknown>, updater: T | undefined | ((previous: T | undefined) => T | undefined))
ui/src/queries/client.ts:43
↓ 13 callersMethodsync
(&self, baseline: &Baseline)
src/local/overleaf.rs:1392
↓ 13 callersFunctiontabOpenGestureHandlers
( open: (intent: TabOpenIntent) => void, options: TabOpenGestureOptions = {}, )
ui/src/tabPreview.ts:80
↓ 13 callersFunctiontmp
()
src/local/latex_templates.rs:381
↓ 13 callersMethodto_json
(&self)
src/jobs/mod.rs:102
↓ 13 callersFunctionwriteResponse
(url: string, init: RequestInit)
ui/src/api.ts:152
next →1–100 of 5,065, ranked by callers