MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / is_open

Method is_open

sql/log.h:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 enum cache_type io_cache_type_arg);
136 void close(uint exiting);
137 inline bool is_open() { return log_state != LOG_CLOSED; }
138 const char *generate_name(const char *log_name, const char *suffix,
139 bool strip_ext, char *buff);
140 int generate_new_name(char *new_name, const char *log_name, bool unique);

Callers 1

fix_log_stateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected