Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ outputData
Method
outputData
src/jrd/svc.cpp:418–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
void Service::outputData(const void* data, FB_SIZE_T len)
419
{
420
fb_assert(usvcDataMode);
421
enqueue(reinterpret_cast<const UCHAR*>(data), len);
422
}
423
424
void Service::printf(bool err, const SCHAR* format, ...)
425
{
Callers
nothing calls this directly
Calls
1
enqueue
Function · 0.70
Tested by
no test coverage detected