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

Function setAttr

src/common/call_service.cpp:331–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331static void setAttr(string& a, const char* nm, Firebird::IIntUserField* f)
332{
333 if (f->entered())
334 {
335 string s;
336 s.printf("%s=%d\n", nm, f->get());
337 a += s;
338 }
339}
340
341
342static void setAttr(CheckStatusWrapper* status, Auth::UserData* u)

Callers 2

callRemoteServiceManagerFunction · 0.70
typeBufferFunction · 0.70

Calls 9

enteredMethod · 0.45
printfMethod · 0.45
getMethod · 0.45
setMethod · 0.45
attributesMethod · 0.45
c_strMethod · 0.45
getStateMethod · 0.45
setEnteredMethod · 0.45
hasDataMethod · 0.45

Tested by

no test coverage detected