Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ FileServer
Method
FileServer
src/tests/process_tests.cpp:1663–1664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1661
{
1662
public:
1663
explicit FileServer(const string& _path)
1664
: path(_path) {}
1665
1666
void initialize() override
1667
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected