Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ functions
Functions
14,973 in github.com/atomicdotdev/atomic
⨍
Functions
14,973
◇
Types & classes
1,226
↓ 6 callers
Function
format_hash_with_length
Format a hash for display with custom length. Like [`format_hash`], but allows specifying the truncation length. # Arguments `hash` - The hash to f
atomic-cli/src/commands/mod.rs:422
↓ 6 callers
Method
format_json
Format entries for JSON output. # Arguments `entries` - History entries to format # Returns Formatted JSON string.
atomic-cli/src/commands/log/command.rs:394
↓ 6 callers
Method
format_short
Format entries for short output. # Arguments `entries` - History entries to format `hash_length` - Number of hash characters to display # Returns
atomic-cli/src/commands/log/command.rs:308
↓ 6 callers
Method
get_change_at_seq
( &self, _view: &ViewState, _seq: u64, )
atomic-core/src/record/context.rs:915
↓ 6 callers
Method
get_changelist
Get the changelist for a view starting from a position. # Arguments `view` - The name of the view to query. `from` - The starting position (sequence
atomic-remote/src/http/queries.rs:79
↓ 6 callers
Method
get_crdt_branch
( &self, key: &[u8; 12], )
atomic-core/src/pristine/txn/read.rs:1170
↓ 6 callers
Method
get_tracking_options
Convert command options to TrackingOptions.
atomic-cli/src/commands/add.rs:251
↓ 6 callers
Method
get_view
(&self, _name: &str)
atomic-core/src/record/context.rs:899
↓ 6 callers
Method
inode
(&self)
atomic-core/src/crdt/trunk.rs:193
↓ 6 callers
Method
install
(&self, repo_root: &Path)
atomic-agent/src/hooks/claude_code/mod.rs:209
↓ 6 callers
Method
is_clean
Returns `true` if the outcome is [`Clean`](Self::Clean).
atomic-core/src/merge/mod.rs:70
↓ 6 callers
Method
is_draft
(self)
atomic-core/src/pristine/traits/view.rs:73
↓ 6 callers
Method
is_empty
Check if this row has no cells.
atomic-cli/src/output/table.rs:206
↓ 6 callers
Method
is_empty
Returns `true` if the graph has no nodes.
atomic-agent/src/provenance/accumulator/mod.rs:266
↓ 6 callers
Method
is_empty
(&self)
atomic-core/src/diff/inline.rs:244
↓ 6 callers
Method
is_replaced
(&self)
atomic-core/src/diff/semantic/types.rs:195
↓ 6 callers
Function
is_supported
Check if a file path is supported for AST extraction.
atomic-semantic/src/parsers/mod.rs:156
↓ 6 callers
Method
iter_changes
Iterate over all change hashes stored in the repository. This scans the changes directory and yields the hash of each change file found. The iteratio
atomic-repository/src/repository/changes.rs:570
↓ 6 callers
Method
iter_tree
( &self, )
atomic-core/src/record/context.rs:860
↓ 6 callers
Method
len
(&self)
atomic-core/src/diff/semantic/config.rs:200
↓ 6 callers
Method
lines
Iterate through all lines with their display status. Lines are yielded in the order they would appear in a unified diff: - Unchanged lines appear onc
atomic-core/src/diff/display.rs:308
↓ 6 callers
Method
load
Load an identity by ID.
atomic-identity/src/store.rs:493
↓ 6 callers
Function
load_attestation
Load a memory's attestation and classify it against the current source (`inputs`). Prefers the tracked vault entry, falling back to the legacy sidecar
atomic-cli/src/commands/memory/bridge.rs:189
↓ 6 callers
Method
load_attestation
Load an attestation from the repository by hash.
atomic-repository/src/repository/changes.rs:300
↓ 6 callers
Method
load_change
Load a full `Change` from the redb store. This reads all tables for the change and reassembles a `Change` object. Equivalent to deserializing a compl
atomic-repository/src/redb_change_store/queries.rs:306
↓ 6 callers
Function
longest_increasing_subsequence
Find the Longest Increasing Subsequence of matches by new_idx. Given matches sorted by old_idx, find the longest subsequence where new_idx values are
atomic-core/src/diff/patience.rs:227
↓ 6 callers
Function
make_change
Create a test change with content
atomic-core/src/output/repo/content.rs:755
↓ 6 callers
Function
make_vertex
(change: u64, start: u64, end: u64)
atomic-core/src/output/repo/fork.rs:184
↓ 6 callers
Method
mark_resolved
Marks this conflict as resolved with optional notes.
atomic-core/src/crdt/apply/conflict.rs:358
↓ 6 callers
Method
mark_rooted
Mark a position as verified rooted.
atomic-core/src/apply/workspace.rs:641
↓ 6 callers
Method
max_vertices
Set maximum span count.
atomic-core/src/record/workflow/retrieve.rs:92
↓ 6 callers
Method
max_vertices
Set the maximum number of vertices to retrieve. This provides a safety limit for retrieval. If the graph exceeds this size, retrieval will stop and t
atomic-core/src/output/alive/retrieve/options.rs:104
↓ 6 callers
Function
memory_frontmatter
()
atomic-canonical/tests/roundtrip.rs:227
↓ 6 callers
Function
merge_parallel_results
Merge parallel results into the aggregate vectors needed by `Repository::record()`. This extracts the `RecordedFile` values from the parallel results
atomic-repository/src/parallel_record/aggregate.rs:25
↓ 6 callers
Method
message
Get the commit message if a header is loaded.
atomic-repository/src/history/types.rs:168
↓ 6 callers
Method
model
Get the effective model name.
atomic-agent/src/transcript/generator.rs:177
↓ 6 callers
Method
name
(&self)
atomic-agent/src/hooks/mod.rs:502
↓ 6 callers
Method
name
Create a new name conflict. Name conflicts occur when a file has been renamed by concurrent changes.
atomic-core/src/output/mod.rs:289
↓ 6 callers
Method
new_line_num
(&self)
atomic-core/src/record/workflow/crdt/builder/branch.rs:157
↓ 6 callers
Function
next_id
Generate the next node ID.
atomic-agent/src/provenance/consolidate.rs:713
↓ 6 callers
Method
next_id
Generate the next unique node ID and increment the counter.
atomic-agent/src/provenance/accumulator/mod.rs:285
↓ 6 callers
Function
no_untracked
()
atomic-agent/src/record/tests.rs:81
↓ 6 callers
Method
nodes
All nodes in insertion order.
atomic-agent/src/provenance/accumulator/mod.rs:251
↓ 6 callers
Function
open_pristine
()
atomic-core/src/crdt/queries.rs:148
↓ 6 callers
Method
operation
(&self)
atomic-core/src/record/workflow/crdt/builder/leaf.rs:42
↓ 6 callers
Function
opts
(force: bool)
atomic-agent/src/integrations/install.rs:387
↓ 6 callers
Function
output_graph_content_resolved
Output graph content with semantic-merge resolution. This is the merge-aware counterpart of [`output_graph_content`]. For every SCC whose lead verte
atomic-core/src/output/repo/content.rs:502
↓ 6 callers
Method
output_line
(&mut self, node: GraphNode<NodeId>, get_contents: F)
atomic-core/src/output/traits.rs:657
↓ 6 callers
Function
parallel_record_files
Process files in parallel using rayon, returning per-file results. This is the core of the parallel recording pipeline (Phase 2). It takes a list of
atomic-repository/src/parallel_record/mod.rs:434
↓ 6 callers
Method
path
(self, path: impl Into<String>)
atomic-core/src/crdt/apply/conflict.rs:458
↓ 6 callers
Method
permissions
Get the permission bits. # Returns The Unix permission bits.
atomic-core/src/record/item.rs:378
↓ 6 callers
Method
print_long_format
Print the status in long (human-readable) format.
atomic-cli/src/commands/status.rs:246
↓ 6 callers
Method
process_diff_op
Process a diff operation. This is the main entry point for processing diff output. Call this for each diff operation in sequence. # Arguments `op`
atomic-core/src/record/workflow/graph_op/builder.rs:160
↓ 6 callers
Method
process_insert
Process an insertion. # Arguments `old_index` - Position in old content (insertion point) `new_index` - Starting line in new content `new_len` - Num
atomic-core/src/record/workflow/graph_op/builder.rs:216
↓ 6 callers
Function
project
Project a turn's provenance into the named-subgraph JSON-LD. Builds `urn:atomic:provgraph:<change_id_base32>` with `@graph = [prov:Activity, prov:Sof
atomic-canonical/src/prov.rs:134
↓ 6 callers
Method
provision_sandbox
Provision an agent's private working tree as a copy-on-write clone of this repository's working tree. Copies every tracked-or-untracked working file
atomic-repository/src/repository/sandbox.rs:182
↓ 6 callers
Method
push_node
Push a node onto the graph, updating stats and last_node cursor.
atomic-agent/src/provenance/accumulator/mod.rs:291
↓ 6 callers
Method
put
PUT request with JSON body, unwrap `ApiResponse` envelope.
atomic-remote/src/storage.rs:143
↓ 6 callers
Method
put_inode
(&mut self, inode: Inode, pos: Position<NodeId>)
atomic-core/src/pristine/txn/write/mod.rs:924
↓ 6 callers
Method
put_trunk
(&mut self, trunk: &Trunk)
atomic-core/src/crdt/apply/traits.rs:502
↓ 6 callers
Method
put_vault_entry
(&mut self, path: &str, entry: &VaultEntry)
atomic-core/src/pristine/txn/write/vault.rs:125
↓ 6 callers
Function
record_all
(repo: &Repository, message: &str)
atomic-repository/src/repository/tests/record_duplication_tests.rs:18
↓ 6 callers
Function
record_turn
Record an agent turn as an Atomic change. This is the function that bridges the agent world into the VCS world. It builds a `ChangeHeader`, `Provenan
atomic-agent/src/record/mod.rs:136
↓ 6 callers
Method
register
(&mut self, id: NodeId, hash: Hash)
atomic-core/src/merge/engine.rs:468
↓ 6 callers
Method
remove_path
Remove a file or directory. If `recursive` is true, removes directories and their contents.
atomic-core/src/output/filesystem/mod.rs:247
↓ 6 callers
Method
require
Look up the index for a hash, returning an error if not found. This is a convenience method that wraps [`lookup`](Self::lookup) and converts `None` t
atomic-core/src/change/format_v3/hash_table.rs:330
↓ 6 callers
Function
resolve_paths
Resolve a source path that may be a `$variable` reference. If it starts with `$`, extract vault paths from the bound nodes (using the node label or m
atomic-repository/src/query_plan.rs:396
↓ 6 callers
Function
retrieve_graph
Retrieve the alive graph for a file starting from a position. This function traverses the graph from the given starting position, collecting all aliv
atomic-core/src/output/alive/retrieve/mod.rs:108
↓ 6 callers
Function
row_for
Compute a single row using an explicit verifier keypair (no global store).
atomic-cli/src/commands/intent/list.rs:366
↓ 6 callers
Method
run
Execute the record command. # Process 1. Find and open the repository 2. Get the commit message (from argument, editor, or prompt) 3. Detect changes
atomic-cli/src/commands/record/command.rs:17
↓ 6 callers
Method
save_remotes
Save remote configuration for this repository. # Arguments `config` - The remote configuration to save # Errors Returns an error if the config fil
atomic-repository/src/repository/remotes.rs:39
↓ 6 callers
Method
set_crdt_ops
Set the CRDT operations for this file.
atomic-core/src/record/workflow/record/types.rs:342
↓ 6 callers
Method
set_transcript_path
Set the transcript path if not already set.
atomic-agent/src/turn/session.rs:296
↓ 6 callers
Method
sign
Sign a message.
atomic-identity/src/signing.rs:161
↓ 6 callers
Function
signing_view
The value covered by a signature: the document minus its `proof` (the standard Data Integrity shape). `contentHash` is retained so the signature also
atomic-canonical/src/proof.rs:40
↓ 6 callers
Function
source_content_hash
A hash of the source lift inputs, recorded in the sidecar so a later edit to the intent can be detected as making the attestation stale. This is a sta
atomic-cli/src/commands/intent/bridge.rs:198
↓ 6 callers
Function
source_content_hash
A hash of the source lift inputs, recorded so a later edit to the memory can be detected as making the attestation stale. Standalone digest of (frontm
atomic-cli/src/commands/memory/bridge.rs:165
↓ 6 callers
Method
stats
Get statistics about the store.
atomic-repository/src/redb_change_store/queries.rs:246
↓ 6 callers
Method
suggestion_type
Set the suggestion type.
atomic-core/src/change/provenance/builder.rs:67
↓ 6 callers
Method
summary
Create a summary string for display. # Example ```rust use atomic_core::output::repo::OutputOutcome; let mut outcome = OutputOutcome::new(); outcom
atomic-core/src/output/repo/outcome.rs:333
↓ 6 callers
Method
to_bytes
(&self)
atomic-core/src/crdt/ids.rs:90
↓ 6 callers
Method
to_compaction_summary
Serialize to a compact text summary for LLM compaction context. The summary is structured but concise, optimized for token budget: - Lists goals (one
atomic-agent/src/provenance/accumulator/convert.rs:207
↓ 6 callers
Function
tokenize_content_for_display
Tokenize file content into FileOps for display purposes. This is the **on-the-fly fallback** — when `diff`/`log`/`blame` needs semantic data but the
atomic-repository/src/semantic_regen.rs:394
↓ 6 callers
Method
tool
Set the tool used.
atomic-core/src/change/provenance/builder.rs:61
↓ 6 callers
Function
truncate
Truncate a string for display.
atomic-agent/src/provenance/consolidate.rs:730
↓ 6 callers
Method
usage
Filter by usage.
atomic-identity/src/store.rs:274
↓ 6 callers
Method
validate_content_ranges
(&self)
atomic-core/src/crdt/apply/options.rs:320
↓ 6 callers
Method
validate_view_name
Validate the view name.
atomic-cli/src/commands/init.rs:446
↓ 6 callers
Method
vault_goal_stop
Stop a vault goal. With `promote: true`: marks the goal as "completed". With `discard: true`: deletes the goal entirely. Default (neither flag): mark
atomic-repository/src/repository/vault_goal.rs:217
↓ 6 callers
Method
vault_intent_delete
Delete an unstarted backlog intent. This is intentionally conservative: only backlog intents with no linked goals can be deleted. Started work should
atomic-repository/src/repository/vault_intent.rs:342
↓ 6 callers
Method
with_ai_model
Builder: set the AI model.
atomic-cli/src/commands/record/mod.rs:351
↓ 6 callers
Method
with_algorithm
Builder: set the diff algorithm.
atomic-cli/src/commands/diff/command.rs:119
↓ 6 callers
Method
with_all
Builder: set the `--all` flag.
atomic-cli/src/commands/add.rs:218
↓ 6 callers
Method
with_all
Builder: set the --all flag.
atomic-cli/src/commands/record/mod.rs:269
↓ 6 callers
Method
with_author
Builder: set the author.
atomic-cli/src/commands/record/mod.rs:285
↓ 6 callers
Method
with_files
Builder: set files to record.
atomic-cli/src/commands/record/mod.rs:275
↓ 6 callers
Method
with_id
(mut self, id: u32)
atomic-core/src/output/repo/conflict.rs:363
↓ 6 callers
Method
with_identifier
Builder: set the identifier.
atomic-cli/src/commands/change/command.rs:105
↓ 6 callers
Method
with_merge_whitespace
Sets whether to merge consecutive whitespace tokens. When enabled, multiple spaces or tabs are combined into a single whitespace token.
atomic-core/src/record/workflow/crdt/tokenize/rules.rs:71
↓ 6 callers
Method
with_path
Builder: set the path filter.
atomic-cli/src/commands/status.rs:213
← previous
next →
801–900 of 14,973, ranked by callers