MCPcopy Create free account

hub / github.com/atomicdotdev/atomic / functions

Functions14,282 in github.com/atomicdotdev/atomic

↓ 2 callersFunctionvertex_to_option_hash
(node: GraphNode<NodeId>)
atomic-core/src/record/workflow/globalize/helpers.rs:99
↓ 2 callersFunctionview
Format a view/branch name in cyan and bold. Use this for view names to make them prominent. # Arguments `text` - The view name to format # Returns
atomic-cli/src/output/colors.rs:404
↓ 2 callersMethodview
Get the current view name.
atomic-repository/src/status.rs:447
↓ 2 callersFunctionwarning_style
Get the warning completion style. Format: `⚠ Message` (in yellow)
atomic-cli/src/output/progress.rs:344
↓ 2 callersMethodwith_ai_cost_usd
Builder: set the AI cost in USD.
atomic-cli/src/commands/record/mod.rs:381
↓ 2 callersMethodwith_ai_input_tokens
Builder: set the AI input tokens.
atomic-cli/src/commands/record/mod.rs:369
↓ 2 callersMethodwith_ai_output_tokens
Builder: set the AI output tokens.
atomic-cli/src/commands/record/mod.rs:375
↓ 2 callersMethodwith_ai_suggestion_type
Builder: set the AI suggestion type.
atomic-cli/src/commands/record/mod.rs:363
↓ 2 callersMethodwith_ai_tool
Builder: set the AI tool.
atomic-cli/src/commands/record/mod.rs:357
↓ 2 callersMethodwith_algorithm
(mut self, algorithm: Algorithm)
atomic-repository/src/record/options.rs:135
↓ 2 callersMethodwith_all
Builder: set the --all flag.
atomic-cli/src/commands/push/command.rs:193
↓ 2 callersMethodwith_all
Builder: set the --all flag.
atomic-cli/src/commands/pull/command.rs:219
↓ 2 callersMethodwith_analyze_tokens
Sets whether to generate token-level analysis for modified lines. When enabled, modified lines include token-level diff information for fine-grained
atomic-core/src/record/workflow/crdt/line_ops/types.rs:107
↓ 2 callersMethodwith_annotated_only
Builder: set the annotated-only filter.
atomic-cli/src/commands/tag/list.rs:116
↓ 2 callersMethodwith_author
Builder: set the author.
atomic-cli/src/commands/tag/create.rs:149
↓ 2 callersMethodwith_cache_write
Set cache write tokens.
atomic-core/src/change/attestation.rs:496
↓ 2 callersMethodwith_change_filter_arc
Set a change filter from an existing Arc (avoids cloning). Use this when you want to share the same filter across multiple retrieval operations for e
atomic-core/src/output/alive/retrieve/options.rs:135
↓ 2 callersMethodwith_change_filter_arc
Set a change filter from an existing Arc (avoids cloning).
atomic-core/src/output/repo/repository/types.rs:91
↓ 2 callersMethodwith_change_hash
Set the change hash.
atomic-agent/src/provenance/types.rs:311
↓ 2 callersMethodwith_claude_path
(mut self, path: impl Into<PathBuf>)
atomic-agent/src/transcript/generator.rs:149
↓ 2 callersMethodwith_color
Builder: set whether to use colored output.
atomic-cli/src/commands/diff/types.rs:317
↓ 2 callersMethodwith_content_hash
Set the content hash.
atomic-core/src/record/context.rs:742
↓ 2 callersMethodwith_default_encoding
(mut self, encoding: Encoding)
atomic-core/src/record/workflow/globalize/options.rs:139
↓ 2 callersMethodwith_default_encoding
(mut self, encoding: Encoding)
atomic-repository/src/record/options.rs:142
↓ 2 callersMethodwith_dependencies
Builder: set the subcommand to apply with dependencies.
atomic-cli/src/commands/stash.rs:277
↓ 2 callersMethodwith_detect_moves
Set whether to detect moved files. # Arguments `detect` - Whether to detect file moves
atomic-core/src/record/detect.rs:205
↓ 2 callersMethodwith_detect_moves
Set whether to detect moved files. # Arguments `detect` - Whether to detect file moves
atomic-core/src/record/workflow/options.rs:167
↓ 2 callersMethodwith_detect_moves
Sets whether to detect moved lines. When enabled, lines that appear in different positions but have identical content are classified as moves rather
atomic-core/src/record/workflow/crdt/line_ops/types.rs:90
↓ 2 callersMethodwith_download_only
Builder: set the download-only flag.
atomic-cli/src/commands/clone/command.rs:192
↓ 2 callersMethodwith_download_only
Builder: set the download-only flag.
atomic-cli/src/commands/pull/command.rs:237
↓ 2 callersMethodwith_dry_run
Builder: set the dry-run flag.
atomic-cli/src/commands/remove.rs:176
↓ 2 callersMethodwith_dry_run
Builder: set the dry-run flag.
atomic-cli/src/commands/revise.rs:280
↓ 2 callersMethodwith_empty
Builder: set the empty flag.
atomic-cli/src/commands/view/new.rs:238
↓ 2 callersMethodwith_flags
Create an alive vertex with specific flags. This is useful for creating zombie vertices. # Example ```rust use atomic_core::output::alive::{AliveVe
atomic-core/src/output/alive/vertex.rs:314
↓ 2 callersMethodwith_force
Builder: set the force flag.
atomic-cli/src/commands/push/command.rs:187
↓ 2 callersMethodwith_force
Builder: set the force flag.
atomic-cli/src/commands/view/delete.rs:96
↓ 2 callersMethodwith_force
Builder: set the force flag.
atomic-cli/src/commands/tag/create.rs:161
↓ 2 callersMethodwith_force_rediff
Set whether to force re-diff. # Arguments `force` - Whether to force re-diffing
atomic-core/src/record/detect.rs:255
↓ 2 callersMethodwith_format
Builder: set the output format.
atomic-cli/src/commands/diff/types.rs:323
↓ 2 callersMethodwith_from
Builder: set the source view to fork from.
atomic-cli/src/commands/view/new.rs:232
↓ 2 callersMethodwith_from_view
Builder: set the local view to push from.
atomic-cli/src/commands/push/command.rs:175
↓ 2 callersMethodwith_header
Add an extra header to send with each request.
atomic-remote/src/http/mod.rs:130
↓ 2 callersMethodwith_hidden
Set include_hidden option.
atomic-repository/src/tracking/mod.rs:349
↓ 2 callersMethodwith_identity
Builder: set the identity.
atomic-cli/src/commands/record/mod.rs:291
↓ 2 callersMethodwith_ignore_missing
Set whether to ignore missing files. # Arguments `ignore` - Whether to skip missing files without error
atomic-core/src/record/workflow/options.rs:241
↓ 2 callersMethodwith_include_empty_lines
Sets whether to include empty lines.
atomic-core/src/record/workflow/crdt/convert/types.rs:81
↓ 2 callersMethodwith_include_newlines
Sets whether to include newline tokens.
atomic-core/src/record/workflow/crdt/tokenize/rules.rs:86
↓ 2 callersMethodwith_inode
(mut self, inode: Inode)
atomic-core/src/record/workflow/detect/types.rs:141
↓ 2 callersMethodwith_keep
Builder: set the keep flag.
atomic-cli/src/commands/stash.rs:265
↓ 2 callersMethodwith_line_numbers
Builder: set whether to show line numbers.
atomic-cli/src/commands/diff/types.rs:335
↓ 2 callersMethodwith_local_state
Builder: set the local state.
atomic-cli/src/commands/pull/types.rs:508
↓ 2 callersMethodwith_max_file_size
(mut self, size: u64)
atomic-repository/src/record/options.rs:149
↓ 2 callersMethodwith_max_hunk_size
(mut self, size: usize)
atomic-core/src/record/workflow/globalize/options.rs:118
↓ 2 callersMethodwith_max_line_length
Sets the maximum line length before treating content as binary.
atomic-core/src/record/workflow/crdt/tokenize/rules.rs:98
↓ 2 callersMethodwith_message
Builder: set the message.
atomic-cli/src/commands/tag/create.rs:143
↓ 2 callersMethodwith_message
(mut self, message: impl Into<String>)
atomic-cli/tests/push_integration_test.rs:48
↓ 2 callersMethodwith_message
Set the user-facing message.
atomic-agent/src/turn/orchestrator/mod.rs:166
↓ 2 callersMethodwith_metadata
Set the metadata for this item.
atomic-core/src/output/repo/repository/types.rs:300
↓ 2 callersMethodwith_model
(mut self, model: impl Into<String>)
atomic-agent/src/transcript/generator.rs:156
↓ 2 callersMethodwith_mtime
Set the modification time.
atomic-core/src/record/context.rs:754
↓ 2 callersMethodwith_path
Builder: set path filter.
atomic-cli/src/commands/log/command.rs:147
↓ 2 callersMethodwith_path_prefix
Builder: set whether to show path prefixes.
atomic-cli/src/commands/diff/types.rs:341
↓ 2 callersMethodwith_permissions
Create metadata with custom permissions.
atomic-core/src/output/traits.rs:140
↓ 2 callersMethodwith_phase
Builder: set the current phase.
atomic-cli/src/commands/clone/types.rs:145
↓ 2 callersMethodwith_prefix
Set a prefix for all paths.
atomic-repository/src/archive.rs:325
↓ 2 callersMethodwith_remote_state
Builder: set the remote state.
atomic-cli/src/commands/pull/types.rs:502
↓ 2 callersMethodwith_remote_url
Builder: set the remote URL.
atomic-cli/src/commands/clone/types.rs:494
↓ 2 callersMethodwith_size
Set the file size.
atomic-core/src/record/workflow/collect.rs:198
↓ 2 callersMethodwith_skip_binary
(mut self, skip: bool)
atomic-repository/src/record/options.rs:156
↓ 2 callersMethodwith_stat_width
Builder: set the stat graph width.
atomic-cli/src/commands/diff/types.rs:329
↓ 2 callersMethodwith_switch
Builder: set the switch flag.
atomic-cli/src/commands/view/new.rs:244
↓ 2 callersMethodwith_tagged
(mut self, tagged: bool)
atomic-cli/tests/push_integration_test.rs:43
↓ 2 callersMethodwith_tagged
Mark this entry as tagged.
atomic-repository/src/history/types.rs:156
↓ 2 callersMethodwith_tagged_count
Set the tagged count.
atomic-repository/src/history/types.rs:369
↓ 2 callersMethodwith_to_view
Builder: set the local view to pull into.
atomic-cli/src/commands/pull/command.rs:201
↓ 2 callersMethodwith_tool_call_id
Set the tool call ID.
atomic-agent/src/provenance/types.rs:323
↓ 2 callersMethodwith_track_offsets
Sets whether to track byte offsets.
atomic-core/src/record/workflow/crdt/tokenize/rules.rs:92
↓ 2 callersMethodwith_validate_positions
(mut self, validate: bool)
atomic-core/src/record/workflow/globalize/options.rs:98
↓ 2 callersMethodwith_verbose
Builder: set the verbose flag.
atomic-cli/src/commands/remote/mod.rs:155
↓ 2 callersMethodwith_verbose
Builder: set the verbose flag.
atomic-cli/src/commands/view/list.rs:69
↓ 2 callersMethodwith_verbose
Builder: set the verbose flag.
atomic-cli/src/commands/tag/list.rs:98
↓ 2 callersMethodwith_view
Builder: set the view name.
atomic-cli/src/commands/clone/command.rs:174
↓ 2 callersMethodwith_view
Builder: set the view name.
atomic-cli/src/commands/clone/types.rs:488
↓ 2 callersMethodwith_whitespace_significant
Sets whether whitespace differences are significant. When false, lines differing only in whitespace are considered equal.
atomic-core/src/record/workflow/crdt/line_ops/types.rs:98
↓ 2 callersFunctionword_diff_str
Compute word-level diff between two strings. Convenience function for string inputs. # Example ```rust use atomic_core::diff::word::word_diff_str;
atomic-core/src/diff/word.rs:852
↓ 2 callersMethodwrite_import_recorded
Assemble, save, and apply a freshly imported Git commit without going through the normal `insert_change()` load/check path. This preserves the normal
atomic-repository/src/repository/insert.rs:722
↓ 2 callersFunctionwrite_json_object
(path: &Path, root: &Map<String, Value>)
atomic-agent/src/hooks/manifest.rs:234
↓ 2 callersMethodwrite_raw_section
Compress raw bytes with zstd, hash, and write as a section. Used for GRAPH and SEMANTIC sections where the caller provides pre-serialized (but uncomp
atomic-core/src/change/format_v3/writer/helpers.rs:133
↓ 2 callersMethodzombie_count
Get the number of zombie conflicts.
atomic-core/src/apply/conflict.rs:330
↓ 1 callersMethodabort
(self)
atomic-core/src/pristine/txn/write/mod.rs:1155
↓ 1 callersMethodadd
(&mut self, conflict: CrdtConflict)
atomic-core/src/crdt/apply/conflict.rs:535
↓ 1 callersMethodadd
Add two costs.
atomic-core/src/change/provenance/types.rs:401
↓ 1 callersMethodadd
Add a signature to the set.
atomic-identity/src/signing.rs:299
↓ 1 callersMethodadd_branch
(&mut self, branch: Branch)
atomic-core/src/crdt/apply/leaf.rs:447
↓ 1 callersMethodadd_cell
Add a cell to this row (builder style).
atomic-cli/src/output/table.rs:211
↓ 1 callersMethodadd_change
Add a covered change hash.
atomic-core/src/change/attestation.rs:618
↓ 1 callersMethodadd_change_explained
Add a change hash that this graph explains.
atomic-core/src/change/provenance_graph/builder.rs:119
↓ 1 callersMethodadd_deleted_file
Add a deleted file path.
atomic-repository/src/record/assemble.rs:324
↓ 1 callersMethodadd_dependencies
Add multiple dependencies. # Arguments `hashes` - Iterator of dependency hashes
atomic-core/src/record/workflow/assembly/mod.rs:206
↓ 1 callersMethodadd_dependency
Add a dependency.
atomic-repository/src/unrecord.rs:399
← previousnext →2,301–2,400 of 14,282, ranked by callers