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

Method is_sent

sql/sql_error.h:618–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 { m_can_overwrite_status= can_overwrite_status; }
617
618 bool is_sent() const { return m_is_sent; }
619
620 void set_is_sent(bool is_sent) { m_is_sent= is_sent; }
621

Callers 1

end_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected