Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ next
Method
next
src/remote/server/server.cpp:1086–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1084
}
1085
1086
void next()
1087
{
1088
if (hasData())
1089
{
1090
++n;
1091
scan();
1092
}
1093
}
1094
1095
private:
1096
CryptKeyType& knownType;
Callers
5
loadClientKey
Method · 0.45
authenticate
Method · 0.45
CryptKeyTypeManager
Method · 0.45
accept_connection
Function · 0.45
extractNewKeys
Method · 0.45
Calls
1
scan
Function · 0.85
Tested by
no test coverage detected