| 120 | void checkReload(thread_db* tdbb); |
| 121 | |
| 122 | USHORT getDefaultCount() const { return defaultCount; } |
| 123 | void setDefaultCount(USHORT value) { defaultCount = value; } |
| 124 | |
| 125 | const Format* getInputFormat() const { return inputFormat; } |
no outgoing calls
no test coverage detected