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

Method indev

src/isql/InputDevices.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46InputDevices::indev::indev()
47 : indev_fpointer(0), indev_line(0), indev_aux(0), indev_next(0),
48 indev_fn(*getDefaultMemoryPool()), indev_fn_display(*getDefaultMemoryPool())
49{
50 makeFullFileName();
51}
52
53InputDevices::indev::indev(FILE* fp, const char* fn, const char* fn_display)
54 : indev_fpointer(fp), indev_line(0), indev_aux(0), indev_next(0),

Callers

nothing calls this directly

Calls 1

getDefaultMemoryPoolFunction · 0.85

Tested by

no test coverage detected