MCPcopy 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
297void ClumpletWriter::insertString(UCHAR tag, const char* str)
298{
299 insertString(tag, str, strlen(str));
300}
301
302void ClumpletWriter::insertString(UCHAR tag, char* str)
303{

Callers 4

addMethod · 0.45
putLevelMethod · 0.45
setDbMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected