Modules§
Functions§
- apply_
observation - Returns the RowId of a new visit in moz_historyvisits, or None if no new visit was added.
- apply_
observation_ direct - Returns the RowId of a new visit in moz_historyvisits, or None if no new visit was added.
- delete_
everything - delete_
place_ visit_ at_ time - delete_
place_ visit_ at_ time_ by_ href - delete_
visits_ between - Delete all visits in a date range.
- delete_
visits_ between_ in_ tx - delete_
visits_ for - Deletes all visits for a page given its GUID, creating tombstones if necessary.
- frecency_
stale_ at - Indicates if and when a URL’s frecency was marked as stale.
- get_
top_ frecent_ site_ infos - get_
visit_ count - get_
visit_ count_ for_ host - get_
visit_ infos - get_
visit_ page - get_
visit_ page_ with_ bound - get_
visited - get_
visited_ into - Low level api used to implement both get_visited and the FFI get_visited call. Takes a slice where we should output the results, as well as a slice of index/url pairs.
- get_
visited_ urls - Get the set of urls that were visited between
start
andend
. Only considers local visits unless you pass ininclude_remote
. - href_
to_ guid - Returns the GUID for the specified Url String, or None if it doesn’t exist.
- prune_
older_ visits - update_
frecency - url_
to_ guid - Returns the GUID for the specified Url, or None if it doesn’t exist.