MCPcopy Create free account
hub / github.com/angular-rust/ux-components / dropped_file

Method dropped_file

src/foundation/material_application_host.rs:170–177  ·  view source on GitHub ↗
(
        &mut self,
        runner: &mut MaterialApplication,
        context: &mut Self::Context,
        path: &PathBuf,
    )

Source from the content-addressed store, hash-verified

168 }
169
170 fn dropped_file(
171 &mut self,
172 runner: &mut MaterialApplication,
173 context: &mut Self::Context,
174 path: &PathBuf,
175 ) -> Pin<Box<dyn Future<Output = ()> + Send>> {
176 Box::pin(future::ready(()))
177 }
178
179 fn hovered_file(
180 &mut self,

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected