MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / datastore_path

Method datastore_path

core/src/config.cc:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60path config::datastore_path()
61{
62 return loader_dir() / "datastore";
63}
64
65path config::cache_dir()
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected