Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insertString
Method
insertString
src/common/classes/ClumpletWriter.cpp:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
void ClumpletWriter::insertString(UCHAR tag, const char* str)
298
{
299
insertString(tag, str, strlen(str));
300
}
301
302
void ClumpletWriter::insertString(UCHAR tag, char* str)
303
{
Callers
4
processParametersBlock
Method · 0.45
add
Method · 0.45
putLevel
Method · 0.45
setDb
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected