MCPcopy Create free account
hub / github.com/delinoio/oss / example_package_manager_value

Method example_package_manager_value

crates/nodeup/src/command_plan.rs:408–413  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

406 }
407
408 fn example_package_manager_value(self) -> &'static str {
409 match self {
410 Self::Yarn => "yarn@4.13.0",
411 Self::Pnpm => "pnpm@10.32.1",
412 }
413 }
414}
415
416#[derive(Debug, Clone, PartialEq, Eq)]

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected