Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ clear
Method
clear
src/remote/remote.h:636–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
m_flags |= flags;
635
}
636
void clear(const T flags)
637
{
638
m_flags &= ~flags;
639
}
640
void reset()
641
{
642
m_flags = 0;
Callers
3
clear
Method · 0.45
clearException
Method · 0.45
clearRecvQue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected