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

Class Context

flow-quickstart/src/main.rs:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20use walkdir::WalkDir;
21
22pub struct Context {
23 git_repo: String,
24 project_path: String,
25 custom_branch: String,
26}
27
28impl Context {
29 fn new() -> Context {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected