|
std::optional< std::filesystem::path > | getGlobalManifestPath () |
| If global-manifest is inlined or unset, returns std::nullopt . Otherwise returns the path to the global manifest.
|
|
std::optional< flox::resolver::GlobalManifestRaw > | getGlobalManifestRaw () |
| Returns a flox::resolver::GlobalManifestRaw or lazily loads it from disk ( if provided ).
|
|
std::optional< std::filesystem::path > | getManifestPath () |
| If manifest is inlined or unset, returns std::nullopt . Otherwise returns the path to the manifest.
|
|
flox::resolver::ManifestRaw | getManifestRaw () |
| Returns a flox::resolver::ManifestRaw or lazily loads it from disk. If manifestPath is unset, this returns an empty manifest.
|
|
std::optional< std::filesystem::path > | getLockfilePath () |
| If lockfile is inlined or unset, returns std::nullopt . Otherwise returns the path to the lockfile.
|
|
std::optional< flox::resolver::LockfileRaw > | getLockfileRaw () |
| Returns a flox::resolver::LockfileRaw or lazily loads it from disk ( if provided ).
|
|
The documentation for this struct was generated from the following files: