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

Function cbm_cline_data_dir

src/cli/cli.c:2280–2282  ·  view source on GitHub ↗

CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and * skills remain in the documented ~/.cline root. */

Source from the content-addressed store, hash-verified

2278/* CLINE_DATA_DIR redirects only the IDE data state. CLI MCP, rules, and
2279 * skills remain in the documented ~/.cline root. */
2280static void cbm_cline_data_dir(const char *home_dir, char *out, size_t out_sz) {
2281 cbm_env_home_dir("CLINE_DATA_DIR", home_dir, ".cline/data", out, out_sz);
2282}
2283
2284static bool cbm_openclaw_internal_home(const char *home_dir, char *out, size_t out_sz) {
2285 char env_buf[CLI_BUF_1K];

Callers 3

cbm_detect_agentsFunction · 0.85

Calls 1

cbm_env_home_dirFunction · 0.85

Tested by

no test coverage detected