Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ clone
Method
clone
src/SafeOpFlags.cpp:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
SafeOpFlags *
243
SafeOpFlags::clone() const
244
{
245
return new SafeOpFlags(*this);
246
}
247
248
void
249
SafeOpFlags::OutputSize(std::ostream &out) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected