mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
9 lines
202 B
C++
9 lines
202 B
C++
#pragma once
|
|
|
|
#include "common/utils/Coroutine.h"
|
|
|
|
namespace hf3fs::client::cli {
|
|
class Dispatcher;
|
|
CoTryTask<void> registerListChainsHandler(Dispatcher &dispatcher);
|
|
} // namespace hf3fs::client::cli
|