Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Factory/Module/Monitor/Monitor.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
Monitor*
23
Monitor ::clone() const
24
{
25
return new Monitor(*this);
26
}
27
28
void
29
Monitor ::get_description(cli::Argument_map_info& /*args*/) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected