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

Method exists

src/user_config.rs:208–210  ·  view source on GitHub ↗

Returns true when the user-level config file already exists.

()

Source from the content-addressed store, hash-verified

206
207 /// Returns true when the user-level config file already exists.
208 pub fn exists() -> bool {
209 config_path().is_some_and(|p| p.exists())
210 }
211
212 /// Marks `running` as fully installed by advancing both version markers,
213 /// returning whether anything changed. This is the single home of the

Calls 1

config_pathFunction · 0.85