| 228 | inline qc_engine_callback callback() { return callback_func; } |
| 229 | inline void callback(qc_engine_callback fn){ callback_func= fn; } |
| 230 | inline ulonglong engine_data() { return engine_data_buff; } |
| 231 | inline void engine_data(ulonglong data_arg){ engine_data_buff= data_arg; } |
| 232 | inline my_bool is_hashed() { return hashed; } |
| 233 | inline void set_hashed(my_bool hash) { hashed= hash; } |
no outgoing calls
no test coverage detected