Skip to main content

cite_key

Function cite_key 

Source
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.