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

Function stuffSpbByte

src/common/call_service.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102// as soon as we create SvcClumpletWriter
103
104inline void stuffSpbByte(char*& spb, char data)
105{
106 *spb++ = data;
107}
108
109inline void stuffSpbShort(char*& spb, short data)
110{

Callers 5

stuffSpbFunction · 0.85
stuffSpb2Function · 0.85
userInfoToSpbFunction · 0.85
callRemoteServiceManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected