Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ write
Method
write
src/common/classes/BaseStream.h:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
virtual int write(const void* str, unsigned int n)
125
{
126
ref.append((const char*) str, n);
127
return n;
128
}
129
130
private:
131
Firebird::string& ref;
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected