MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / get_prefix

Method get_prefix

atomic-core/src/record/workflow/detect/mod.rs:233–235  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

231 /// Get the prefix setting.
232 #[must_use]
233 pub fn get_prefix(&self) -> Option<&str> {
234 self.prefix.as_deref()
235 }
236
237 /// Get the algorithm setting.
238 #[must_use]

Callers 1

detect_changes_simpleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected