Apply block‐storage options taken from the argument manager.
Synopsis
Declared in <node/blockmanager_args.h>
[[nodiscard]]
util::Result<void>
ApplyArgsManOptions(
ArgsManager const& args,
BlockManager::Options& opts);
Return Value
An empty result on success, or an error describing the invalid option.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
args |
Argument manager holding the parsed settings. |
opts |
Block manager options to populate from |
Created with MrDocs