Constant tor_dirmgr::storage::sqlite::FIND_RD

source ยท
const FIND_RD: &str = "
  SELECT contents
  FROM RouterDescs
  WHERE sha1_digest = ?
";
Available on crate feature routerdesc only.
Expand description

Query: find the router descriptors with a given hex-encoded sha1 digest