MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_download_to_file_quiet

Function cbm_download_to_file_quiet

src/cli/cli.c:3014–3017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3012}
3013
3014static int cbm_download_to_file_quiet(const char *url, const char *dest) {
3015 const char *argv[] = {"curl", "-fsSL", "-o", dest, url, NULL};
3016 return cbm_exec_no_shell(argv);
3017}
3018
3019/* ── macOS ad-hoc signing ─────────────────────────────────────── */
3020

Callers 1

verify_download_checksumFunction · 0.85

Calls 1

cbm_exec_no_shellFunction · 0.85

Tested by

no test coverage detected