MCPcopy Create free account
hub / github.com/brocode/fw / builder

Function builder

src/git/mod.rs:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48fn builder() -> RepoBuilder<'static> {
49 let options = agent_fetch_options();
50 let mut repo_builder = RepoBuilder::new();
51 repo_builder.fetch_options(options);
52 repo_builder
53}
54
55fn update_remote(remote: &mut Remote<'_>) -> Result<(), AppError> {
56 let remote_callbacks = agent_callbacks();

Callers 1

clone_projectFunction · 0.85

Calls 1

agent_fetch_optionsFunction · 0.85

Tested by

no test coverage detected