sapling/eden/fs/testharness/TestServerState.h

19 lines
347 B
C
Raw Normal View History

/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This software may be used and distributed according to the terms of the
* GNU General Public License version 2.
*/
#pragma once
#include <memory>
namespace facebook::eden {
class ServerState;
std::shared_ptr<ServerState> createTestServerState();
} // namespace facebook::eden