Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
use walkdir::WalkDir;
21
22
pub struct Context {
23
git_repo: String,
24
project_path: String,
25
custom_branch: String,
26
}
27
28
impl Context {
29
fn new() -> Context {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected