Skip to main content

named

Function named 

Source
fn named(doc: &Document, op: &OpCodes) -> Option<String>
Expand description

The target’s display name in doc, the document the op was written against. A create names what it is about to call the entity — the document cannot, since the entity is not in it yet — and everything else reads the name the entity carried before the commit. Kinds with nothing a human would call a name have none.