MCPcopy Create free account
hub / github.com/VimYoung/Spell / new_event_loop_proxy

Method new_event_loop_proxy

spell-framework/src/slint_adapter.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 } else {
81 info!("{}", arguments.to_string());
82 }
83 })
84 }
85
86 fn new_event_loop_proxy(&self) -> Option<Box<dyn EventLoopProxy>> {
87 Some(Box::new(SlintEventProxy(self.slint_event_sender.clone())))

Callers

nothing calls this directly

Calls 1

SlintEventProxyClass · 0.85

Tested by

no test coverage detected