Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Predicate to check if FS, a file-system object, is a Btrfs subvolume.
Return a file system that realizes MAPPING, a <file-system-mapping>, using a bind mount.
Deserialize SEXP, a list, to the corresponding <file-system> object.
Return the string representations of the DEVICE field of a <file-system> record. When the device is a UUID, its representation is chosen depending on UUID-TYPE, a symbol such as 'dce or 'iso9660.
Return the subvolume file name within the Btrfs top level onto which the store is located, else #f.
Return a predicate that, when passed a file system, returns #t if that file system has the given MOUNT-POINT.
Return a predicate that, when passed a file system, returns #t if that file system has the given TYPE.