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

Function extract_url_path

src/graph_buffer/graph_buffer.c:1443–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1441}
1442
1443static char *extract_url_path(const char *props) {
1444 return extract_prop_string(props, "\"url_path\"", "url_path");
1445}
1446
1447/* local_name feeds the hand-built sqlite_autoindex_edges_1 — its backing
1448 * column local_name_gen is GENERATED only for IMPORTS edges (#768). */

Callers 1

build_dump_edgesFunction · 0.85

Calls 1

extract_prop_stringFunction · 0.85

Tested by

no test coverage detected