| 1391 | } |
| 1392 | |
| 1393 | static 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). */ |
no test coverage detected