Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
void 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
toFile
Method · 0.80
getCount
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected