Home
last modified time | relevance | path

Searched refs:do_plugin_update (Results 1 – 2 of 2) sorted by relevance

/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dtabs.rs932 edit_ctx.do_plugin_update(response); in plugin_update()
H A Devent_context.rs497 pub(crate) fn do_plugin_update(&mut self, update: Result<Value, RpcError>) { in do_plugin_update() method