Method Search.Database.Base()->list_url_by_prefix()
- Method list_url_by_prefix
voidlist_url_by_prefix(stringurl_prefix,function(string:void)cb)- Description
Calls
cbfor all uri:s that matchuri_prefix.
void list_url_by_prefix(string url_prefix, function(string:void) cb)
Calls cb for all uri:s that match uri_prefix.