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

Function merge

src/jrd/UserManagement.cpp:349–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349static inline void merge(string& s, ConfigFile::Parameters::const_iterator& p)
350{
351 if (p->value.hasData())
352 {
353 string attr;
354 attr.printf("%s=%s\n", p->name.c_str(), p->value.c_str());
355 s += attr;
356 }
357}
358
359void UserManagement::execute(USHORT id)
360{

Callers 3

sleuthMergeMethod · 0.70
initAttachmentFunction · 0.70
executeMethod · 0.70

Calls 3

hasDataMethod · 0.45
printfMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected