Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
0523a19334
  1. 7
      src/mergerfs_api.cpp

7
src/mergerfs_api.cpp

@ -54,6 +54,13 @@ mergerfs::api::get_kvs(const fs::path &mountpoint_,
return 0;
}
std::string
get_kv(const fs::path &mountpoint_,
const std::string &key_)
{
}
int
mergerfs::api::set_kv(const fs::path &mountpoint_,
const std::string &key_,

Loading…
Cancel
Save