MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / active_document

Method active_document

editor/src/test_utils.rs:165–167  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

163 }
164
165 pub fn active_document(&self) -> &DocumentMessageHandler {
166 self.editor.dispatcher.message_handlers.portfolio_message_handler.active_document().unwrap()
167 }
168
169 pub fn active_document_mut(&mut self) -> &mut DocumentMessageHandler {
170 self.editor.dispatcher.message_handlers.portfolio_message_handler.active_document_mut().unwrap()

Callers 3

collect_actionsMethod · 0.45
get_nodeMethod · 0.45
get_selected_layerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected