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

Function cbm_remove_instructions

src/cli/cli.c:3416–3422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3414}
3415
3416int cbm_remove_instructions(const char *path) {
3417 if (!path) {
3418 return CLI_ERR;
3419 }
3420 return cbm_text_remove_managed_block(path, CMM_MARKER_START, CMM_MARKER_END) == 0 ? CLI_OK
3421 : CLI_ERR;
3422}
3423
3424/* ── Codex MCP config (TOML) ─────────────────────────────────── */
3425

Callers 8

cli.cFile · 0.85
uninstall_gemini_configFunction · 0.85
uninstall_cli_agentsFunction · 0.85
uninstall_editor_agentsFunction · 0.85
test_cli.cFile · 0.85

Calls 1

Tested by

no test coverage detected