MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / add

Method add

src/remote/server/server.cpp:1131–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129 }
1130
1131 void add(const PathName& p, bool hasSpecData)
1132 {
1133 // Here we assume that init code runs once, i.e. plugins do not repeat
1134 if (hasSpecData)
1135 {
1136 fb_assert(plugins.getCount() < 64);
1137 hasSpecificData |= (one << plugins.getCount());
1138 }
1139 plugins.add() = p;
1140 }
1141
1142 void value(PathName& to) const
1143 {

Callers 9

CryptKeyTypeManagerMethod · 0.45
SRVR_multi_threadFunction · 0.45
batch_msgMethod · 0.45
execute_statementMethod · 0.45
open_blobMethod · 0.45
addSpecificDataMethod · 0.45
asyncReceiveMethod · 0.45
replicateFunction · 0.45
process_archiveFunction · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected