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.
Write the contents of FILE to PORT in Nar format, recursing into sub-directories of FILE as needed. For each directory entry, call (SELECT? FILE STAT), where FILE is the entry's absolute file name and STAT is the result of 'lstat'; exclude entries for which SELECT? does not return true.
Dump SIZE bytes from INPUT to FILE, throwing system-error with an errno of EEXIST if FILE already exists.
This procedure is suitable for use as the #:dump-file argument to 'restore-file'.
Return a set containing the ARGS, compared as per 'eq?'.
Return a set with the elements taken from LST. Elements of the set will be compared with 'equal?'.
Return the union of SET1 and SET2. Warning: this is linear in the number of elements of the smallest.
Return the list of elements of SET.
Insert VALUE into SET.
Return a set with the elements taken from LST. Elements of the set will be compared with 'eq?'.
Return a set containing the ARGS, compared as per 'equal?'.
Send KEY, a canonical sexp containing a public key, over SESSION and add it to the system ACL file if it has not yet been authorized.
Send the subset of FILES from LOCAL (a local store) that's missing to REMOTE, a remote store. When RECURSIVE? is true, send the closure of FILES. Return the list of store items actually sent.
Return an input/output port (an SSH channel) to the daemon at SESSION.
Pass IMPORT an input port from which to read the sequence of FILES coming from REMOTE. When RECURSIVE? is true, retrieve the closure of FILES.
Connect to the remote build daemon listening on SOCKET-NAME over SESSION, an SSH session. Return a <store-connection> object.