Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIScientists-Dev/Flowtrace
/ functions
Functions
672 in github.com/AIScientists-Dev/Flowtrace
⨍
Functions
672
◇
Types & classes
153
↓ 2 callers
Function
formatAt
(s: string)
frontend/src/features/trace/components/detail/run-history/RunHistoryModal.tsx:381
↓ 2 callers
Function
formatKey
(key: string)
frontend/src/features/trace/components/detail/file-preview/renderers/JsonlPreview.tsx:95
↓ 2 callers
Function
formatRelativeTime
(timestamp: string, locale = 'en-US')
frontend/src/shared/lib/date-utils.ts:47
↓ 2 callers
Method
fromResponse
* Create HTTPError from fetch Response
frontend/src/shared/lib/errors.ts:141
↓ 2 callers
Function
get
(State(state): State<AppState>)
crates/flowtrace-cli/src/serve/routes/config.rs:16
↓ 2 callers
Function
getFileExtension
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:156
↓ 2 callers
Function
getLanguageFromExtension
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:144
↓ 2 callers
Function
getStepNodeHeight
(step: { assets?: string[]; description?: string; message?: string })
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:31
↓ 2 callers
Function
getStepNodeLayoutHeight
(step: { assets?: string[] })
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:23
↓ 2 callers
Function
getTypePriority
(filepath: string)
frontend/src/features/trace/components/detail/output-card/shared/FileGallery.tsx:28
↓ 2 callers
Function
handleOutputs
()
frontend/src/features/trace/components/detail/node-map/StepCardOutputs.tsx:109
↓ 2 callers
Function
introducing_commits
Build a `rel_path → introducing_sha` index in one history walk. Replies are append-only, so the "introducing" commit is the unique add. Replaces an O(
crates/flowtrace-cli/src/git.rs:347
↓ 2 callers
Function
isExcelFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:110
↓ 2 callers
Function
isHtmlFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:90
↓ 2 callers
Function
isImageFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:74
↓ 2 callers
Function
isJsonlFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:106
↓ 2 callers
Function
isMarkdownFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:94
↓ 2 callers
Function
isSupportedPreview
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:125
↓ 2 callers
Function
isWorkspaceFile
(src: string)
frontend/src/features/trace/lib/workspace-utils.ts:4
↓ 2 callers
Function
kindLabel
(kind: StatusKind | string)
frontend/src/features/trace/components/detail/run-history/RunHistoryModal.tsx:399
↓ 2 callers
Method
label
(self)
crates/flowtrace-cli/src/main.rs:630
↓ 2 callers
Function
label_with_msg
(prefix: &str, kind: &str, message: Option<&str>)
crates/flowtrace-cli/src/git.rs:457
↓ 2 callers
Function
latest_run
(trace_root: &Path)
crates/flowtrace-core/src/state.rs:287
↓ 2 callers
Function
list_dir_blobs_at
For every leaf file under `dir_rel` in the tree at `sha`, return `(filename, blob bytes)`. Reads are batched against a single repo open; intended for
crates/flowtrace-cli/src/git.rs:284
↓ 2 callers
Function
list_runs
(trace_root: &Path)
crates/flowtrace-core/src/state.rs:273
↓ 2 callers
Function
list_traces
Find all `trace.json` files at depth 1 under any registered scope. Result is cached for `TRACE_CACHE_TTL_MS` to coalesce request bursts. Returns an `A
crates/flowtrace-cli/src/serve/scope.rs:23
↓ 2 callers
Method
lock_extras
(&self)
crates/flowtrace-cli/src/serve/state.rs:105
↓ 2 callers
Function
markEntering
(el: HTMLElement | SVGPathElement)
frontend/src/features/trace/components/detail/node-map/useNodeEnterObserver.ts:33
↓ 2 callers
Function
md2html
(text: str)
scripts/examples/nvda-decision/template/scripts/typeset.py:128
↓ 2 callers
Function
mergeAssetSlots
(declared: readonly string[], generated: readonly string[])
frontend/src/features/trace/components/detail/node-map/NodeMapView.tsx:154
↓ 2 callers
Function
metaSuffix
(r: RunSummary, status: RunStatus)
frontend/src/shared/components/layout/AppSidebarRunList.tsx:32
↓ 2 callers
Function
new_run_id
()
crates/flowtrace-core/src/state.rs:291
↓ 2 callers
Function
normalize_assets
(assets: &[String])
crates/flowtrace-cli/src/main.rs:624
↓ 2 callers
Function
normalize_or_400
(assets: &[String])
crates/flowtrace-cli/src/serve/routes/runs.rs:372
↓ 2 callers
Function
open_or_init
Open the containing repo, or initialize one at `root` if no ancestor is a repo.
crates/flowtrace-cli/src/git.rs:69
↓ 2 callers
Function
opticalSize
(Icon: IconComponent, targetSize: number)
frontend/src/features/trace/components/detail/thumbnails/FileThumbnail.tsx:33
↓ 2 callers
Function
parse
(md_text: str)
scripts/examples/nvda-decision/template/scripts/typeset.py:139
↓ 2 callers
Function
path_matches
(p: Option<&Path>, target: &Path)
crates/flowtrace-cli/src/git.rs:231
↓ 2 callers
Function
pickByName
(names: string[])
frontend/src/features/trace/components/detail/file-viewer/parts.tsx:122
↓ 2 callers
Function
renderItem
(item: ComparisonItem, imagePath: string | undefined)
frontend/src/features/trace/components/detail/output-card/OutputCardEvidence.tsx:283
↓ 2 callers
Function
reply_commit_msg
(step_id: Option<&str>, seq: u32)
crates/flowtrace-cli/src/git.rs:472
↓ 2 callers
Function
repo_subpath
Path inside the repo's working tree that points at `root`. Used to scope `add_all` pathspec and to translate caller-supplied "trace-relative" paths in
crates/flowtrace-cli/src/git.rs:79
↓ 2 callers
Function
resolve
()
frontend/src/features/trace/components/detail/file-preview/renderers/HtmlPreview.tsx:138
↓ 2 callers
Function
resolveRelativePath
(src: string)
frontend/src/features/trace/components/detail/markdown/markdown-components.tsx:21
↓ 2 callers
Method
resume
(&mut self)
crates/flowtrace-core/src/state.rs:208
↓ 2 callers
Function
row
(label: string, value: string | string[] | undefined)
frontend/src/features/trace/components/detail/file-viewer/parts.tsx:229
↓ 2 callers
Function
run
(scope: &Path, port: u16, open: bool)
crates/flowtrace-cli/src/serve/mod.rs:21
↓ 2 callers
Function
runs_dir
(trace_root: &Path)
crates/flowtrace-core/src/state.rs:261
↓ 2 callers
Function
scan_max_seq
(dir: &Path)
crates/flowtrace-cli/src/reply.rs:48
↓ 2 callers
Method
set_deliverable_assets
(&mut self, assets: Vec<String>)
crates/flowtrace-core/src/state.rs:200
↓ 2 callers
Method
set_deliverable_status
(&mut self, status: Status)
crates/flowtrace-core/src/state.rs:196
↓ 2 callers
Method
set_name
(&mut self, name: impl Into<String>)
crates/flowtrace-core/src/state.rs:160
↓ 2 callers
Method
set_step_assets
(&mut self, step_id: &str, assets: Vec<String>)
crates/flowtrace-core/src/state.rs:172
↓ 2 callers
Function
show_at_with_blob_sha
Same as [`show_at`] but also returns the blob's OID as a 40-char hex sha. Callers can use this as an ETag: blob content is content-addressed in git, s
crates/flowtrace-cli/src/git.rs:427
↓ 2 callers
Function
sleep
(ms: number)
frontend/src/features/trace/components/detail/workspace-renderer/WorkspaceImage.tsx:8
↓ 2 callers
Function
spawn
Spawn the filesystem watcher. Watches the scope root and any extra scopes added via `add_scope`. Coalesces events through a 200ms debouncer. Each debo
crates/flowtrace-cli/src/serve/watcher.rs:18
↓ 2 callers
Function
state_path
(trace_root: &Path, run_id: &str)
crates/flowtrace-core/src/state.rs:269
↓ 2 callers
Function
status_message
(status: &Status)
crates/flowtrace-cli/src/git.rs:483
↓ 2 callers
Function
step_commit_msg
(step_id: &str, status: &Status)
crates/flowtrace-cli/src/git.rs:464
↓ 2 callers
Function
superscript_cites
(text: str)
scripts/examples/nvda-decision/template/scripts/typeset.py:123
↓ 2 callers
Function
tagged_variant_property
Find the (property-name, const-value) pair that identifies a tagged-union variant inside `vo`. schemars represents `#[serde(tag = "X")]` as a single p
crates/flowtrace-cli/src/explain.rs:243
↓ 2 callers
Function
to_sse
(ev: &SseEvent)
crates/flowtrace-cli/src/serve/routes/events.rs:31
↓ 2 callers
Function
useRunState
(runId: string | undefined)
frontend/src/features/trace/api/trace-core.ts:162
↓ 2 callers
Function
useStepFileContent
(path: string | undefined)
frontend/src/features/trace/api/trace-core.ts:94
↓ 2 callers
Function
useStepFiles
(traceId: string | undefined, stepId: string | undefined)
frontend/src/features/trace/api/trace-core.ts:59
↓ 2 callers
Function
useThumbnail
( traceId: string | undefined, runId: string | undefined, fileName: string, filePath: string, stream
frontend/src/features/trace/components/detail/thumbnails/useThumbnail.ts:34
↓ 2 callers
Function
useTraceFiles
(traceId: string | undefined)
frontend/src/features/trace/api/trace-core.ts:75
↓ 2 callers
Function
useTraceWorkflow
(traceId: string, runId?: string, options?: { verbose?: boolean })
frontend/src/features/trace/hooks/useTraceWorkflow.ts:29
↓ 2 callers
Function
useTraces
(filters?: TraceFilters)
frontend/src/features/trace/api/traces-api.ts:19
↓ 2 callers
Function
validate_trace_id
Slug-shape check for a candidate trace id. Same rule used by `validate` for `Trace.id`, exposed standalone so callers (e.g. `trace init`) can reject b
crates/flowtrace-core/src/validate.rs:109
↓ 2 callers
Function
with_subtree_at
Locate a subtree by trace-relative path inside the tree at `sha` and run `f` against it. Returns `Ok(missing)` when the path isn't there (or isn't a t
crates/flowtrace-cli/src/git.rs:255
↓ 2 callers
Function
wrap
Simple word-wrap for the description block.
crates/flowtrace-cli/src/explain.rs:554
↓ 2 callers
Function
write_placeholder
(message)
scripts/examples/dream-analysis/template/steps/analyze_patterns/scripts/analyze.py:62
↓ 1 callers
Method
add_scope
(&self, scope: &Path)
crates/flowtrace-cli/src/serve/state.rs:86
↓ 1 callers
Function
apiUrl
(path: string)
frontend/src/shared/lib/api-url.ts:2
↓ 1 callers
Function
append_to_history
(analysis)
scripts/examples/dream-analysis/template/steps/generate_report/scripts/render.py:56
↓ 1 callers
Function
ascii
Render the trace DAG as a Unicode tree starting from steps with no `from_steps`.
crates/flowtrace-cli/src/format_dag.rs:5
↓ 1 callers
Function
ascii_walk
( r: &'r Trace, step_id: &'r str, prefix: &str, is_last: bool, out: &mut String, visit
crates/flowtrace-cli/src/format_dag.rs:22
↓ 1 callers
Function
atomic_write_bytes
Atomic write via tempfile + rename in the same directory. `notify-debouncer-full` coalesces the tmp+rename pair into a single event. `tmp_prefix` is
crates/flowtrace-core/src/io.rs:11
↓ 1 callers
Function
blobToDataUri
(blob: Blob)
frontend/src/features/trace/components/detail/file-preview/renderers/HtmlPreview.tsx:97
↓ 1 callers
Function
build
(style: dict, rhythm: dict, layouts: dict, prompts: dict)
scripts/examples/talk-to-deck/template/scripts/render_deck.py:232
↓ 1 callers
Method
buildContextString
* Build context string from data
frontend/src/shared/lib/logger.ts:55
↓ 1 callers
Method
buildLocation
* Build location string from context
frontend/src/shared/lib/logger.ts:42
↓ 1 callers
Function
build_html
(report: Path, figures_dir: Path)
scripts/examples/nvda-decision/template/scripts/typeset.py:175
↓ 1 callers
Function
build_pack
(df: pd.DataFrame, ticker: str, lookback: str)
scripts/examples/nvda-decision/template/scripts/price_pack.py:58
↓ 1 callers
Function
build_router
(state: AppState)
crates/flowtrace-cli/src/serve/mod.rs:49
↓ 1 callers
Function
bump_version
(v: &str, kind: &str)
crates/flowtrace-cli/src/serve/routes/traces.rs:425
↓ 1 callers
Function
cancelEditRun
()
frontend/src/features/trace/components/detail/TraceDetailHeader.tsx:56
↓ 1 callers
Function
captureFrame
()
frontend/src/features/trace/components/detail/workspace-renderer/WorkspaceVideo.tsx:109
↓ 1 callers
Function
cmd_completion
(shell: &str)
crates/flowtrace-cli/src/main.rs:444
↓ 1 callers
Function
cmd_deliverable
( status: StatusArg, message: Option<String>, assets: Vec<String>, run: Option<String>, )
crates/flowtrace-cli/src/main.rs:580
↓ 1 callers
Function
cmd_init
(slug: &str)
crates/flowtrace-cli/src/main.rs:339
↓ 1 callers
Function
cmd_lint
()
crates/flowtrace-cli/src/main.rs:366
↓ 1 callers
Function
cmd_reply
(run: Option<String>)
crates/flowtrace-cli/src/main.rs:401
↓ 1 callers
Function
cmd_run
(action: RunCmd)
crates/flowtrace-cli/src/main.rs:460
↓ 1 callers
Function
cmd_show
(fmt: &str, downstream: Option<&str>)
crates/flowtrace-cli/src/main.rs:379
↓ 1 callers
Function
cmd_step
( step_id: String, status: StatusArg, message: Option<String>, assets: Vec<String>, run: O
crates/flowtrace-cli/src/main.rs:529
↓ 1 callers
Function
cmd_validate
()
crates/flowtrace-cli/src/main.rs:358
↓ 1 callers
Function
collectRelativeUrls
(html: string)
frontend/src/features/trace/components/detail/file-preview/renderers/HtmlPreview.tsx:54
↓ 1 callers
Function
commitKind
Commit messages from this codebase have the shape `<step>: <kind> — <msg>`.
frontend/src/features/trace/components/detail/run-history/RunHistoryModal.tsx:388
← previous
next →
101–200 of 672, ranked by callers