| 1441 | } |
| 1442 | |
| 1443 | static 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). */ |
no test coverage detected