MCPcopy Create free account
hub / github.com/clawshell/clawshell / resolve

Method resolve

src/migration/targets/clawshell_toml/mod.rs:290–298  ·  view source on GitHub ↗
(
                &mut self,
                _issue: &crate::migration::core::MigrationIssue,
            )

Source from the content-addressed store, hash-verified

288
289 impl AmbiguityResolver for NoopResolver {
290 fn resolve(
291 &mut self,
292 _issue: &crate::migration::core::MigrationIssue,
293 ) -> Result<
294 crate::migration::core::AmbiguousChoice,
295 crate::migration::core::AmbiguityResolutionError,
296 > {
297 Ok(crate::migration::core::AmbiguousChoice::ApplyRecommended)
298 }
299 }
300
301 let mut resolver = NoopResolver;

Callers 3

migrateMethod · 0.45

Calls

no outgoing calls