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

Function extract_url_path

src/graph_buffer/graph_buffer.c:1393–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1391}
1392
1393static char *extract_url_path(const char *props) {
1394 return extract_prop_string(props, "\"url_path\"", "url_path");
1395}
1396
1397/* local_name feeds the hand-built sqlite_autoindex_edges_1 — its backing
1398 * 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