Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insertString
Method
insertString
src/common/classes/ClumpletWriter.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
template <typename S>
90
void insertString(UCHAR tag, const S& str)
91
{
92
insertString(tag, str.c_str(), str.length());
93
}
94
95
// Delete currently selected clumplet from buffer
96
void deleteClumplet();
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected