MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / name

Method name

crates/create-rust-app_cli/src/plugins/dev.rs:18–20  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

16
17impl Plugin for Dev {
18 fn name(&self) -> &'static str {
19 "Dev"
20 }
21
22 fn install(&self, install_config: InstallConfig) -> Result<()> {
23 for filename in Asset::iter() {

Callers 2

get_migrationsFunction · 0.45
installFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected