Constant tor_dirmgr::storage::sqlite::INSERT_BRIDGEDESC

source ยท
const INSERT_BRIDGEDESC: &str = "
  INSERT OR REPLACE INTO BridgeDescs ( bridge_line, fetched, until, contents )
  VALUES ( ?, ?, ?, ? );
";
Available on crate feature bridge-client only.
Expand description

Query: Record a cached bridge descriptor