MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / ask_branch

Function ask_branch

flow-quickstart/src/main.rs:118–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118fn ask_branch() -> Vec<Node<'static>> {
119 let branch_name = Node {
120 question: "Enter your branch name.",
121 default: "master",
122 callback: write_branch_name,
123 };
124 vec![branch_name]
125}
126
127fn scan_all_placeholder(project_dir: &Path) -> HashMap<String, String> {
128 let mut map = HashMap::new();

Callers 1

create_with_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected