Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ clone
Method
clone
src/unittests/server/ServerConfigTests.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
public:
15
Condition *clone() const override
16
{
17
return new OnlySystemFilter();
18
}
19
std::string format() const override
20
{
21
return
""
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected