MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MSC_copy

Function MSC_copy

src/gpre/msc.cpp:191–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189//
190
191void MSC_copy(const char* from, int length, char* to)
192{
193
194 if (length)
195 memcpy(to, from, length);
196
197 to[length] = 0;
198}
199
200//____________________________________________________________
201//

Callers 15

EXP_literalFunction · 0.85
EXP_subscriptFunction · 0.85
act_create_databaseFunction · 0.85
act_create_tableFunction · 0.85
act_dropFunction · 0.85
act_set_namesFunction · 0.85
define_fileFunction · 0.85
define_log_fileFunction · 0.85
extract_stringFunction · 0.85
tail_databaseFunction · 0.85
PAR_databaseFunction · 0.85
par_basedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected