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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Read a serialized string from port P. Attempt to decode it as UTF-8 and substitute invalid byte sequences with question marks. This is a "permissive" UTF-8 decoder.
Read a file (possibly a directory structure) in Nar format from PORT. Restore it as FILE with canonical permissions and timestamps. To write a regular or executable file, call:
(DUMP-FILE FILE INPUT SIZE TYPE)
The default is to dump SIZE bytes from INPUT to FILE, but callers can provide a custom procedure, for instance to deduplicate FILE on the fly.
Return a set containing the ARGS, compared as per 'equal?'.