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

Method new

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

Source from the content-addressed store, hash-verified

27
28impl Context {
29 fn new() -> Context {
30 Context {
31 git_repo: String::new(),
32 project_path: String::new(),
33 custom_branch: String::new(),
34 }
35 }
36}
37
38lazy_static! {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected