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

Method set

src/remote/server/server.cpp:1124–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122 }
1123
1124 void set(const PathName& t, const PathName& p, bool hasSpecData)
1125 {
1126 fb_assert(keyType.isEmpty() && plugins.isEmpty());
1127 keyType = t;
1128 add(p, hasSpecData);
1129 }
1130
1131 void add(const PathName& p, bool hasSpecData)
1132 {

Callers 10

createStatementMethod · 0.45
prepareMethod · 0.45
fetchMethod · 0.45
analyzeFunction · 0.45
batch_dsql_fetchFunction · 0.45
authReceiveResponseFunction · 0.45
createMethod · 0.45
CryptKeyTypeManagerMethod · 0.45
fetchMethod · 0.45
prepare_statementMethod · 0.45

Calls 2

addFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected