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

Method commandsToFile

src/isql/InputDevices.cpp:295–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void InputDevices::commandsToFile(FILE* f)
296{
297 for (unsigned n = 0; n < commands.getCount(); ++n)
298 {
299 commands[n]->toFile(f);
300 delete commands[n];
301 }
302
303 commands.clear();
304}

Callers

nothing calls this directly

Calls 3

toFileMethod · 0.80
getCountMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected