pub fn cite_key(entry: &SyntaxNode) -> Option<(String, TextRange)>Expand description
The cite key of a regular ENTRY and the byte range of its KEY node. None when
the entry has no key (a recovery case) or the key is empty.
pub fn cite_key(entry: &SyntaxNode) -> Option<(String, TextRange)>The cite key of a regular ENTRY and the byte range of its KEY node. None when
the entry has no key (a recovery case) or the key is empty.