MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / enrollment_marker_path

Function enrollment_marker_path

src/storage.rs:112–114  ·  view source on GitHub ↗
(project_root: &Path)

Source from the content-addressed store, hash-verified

110pub struct PrivateStoreIo;
111
112pub fn enrollment_marker_path(project_root: &Path) -> PathBuf {
113 project_root.join(TRACEDECAY_DIR).join(ENROLLMENT_FILENAME)
114}
115
116pub fn has_enrollment_marker(project_root: &Path) -> bool {
117 matches!(

Callers 3

read_enrollment_markerFunction · 0.85
write_enrollment_markerFunction · 0.85
remove_enrollment_markerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected