_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


btrfs-subvolume? (fs)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Predicate to check if FS, a file-system object, is a Btrfs subvolume.

alist->file-system-options (options)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Return the string representation of OPTIONS, an association list. The string obtained can be used as the option field of a <file-system> record.

file-system-mapping
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-create-mount-point?
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system->spec (fs)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Return a list corresponding to file-system FS that can be passed to the initrd code.

file-system-mount-point-predicate (mount-point)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Return a predicate that, when passed a file system, returns #t if that file system has the given MOUNT-POINT.

%fuse-control-file-system
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-mapping-source
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-dependencies
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
specification->file-system-mapping (spec writable?)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Read the SPEC and return the corresponding <file-system-mapping>. SPEC is a string of the form "SOURCE" or "SOURCE=TARGET". The former specifies that SOURCE from the host should be mounted at SOURCE in the other system. The latter format specifies that SOURCE from the host should be mounted at TARGET in the other system.

file-system-mount?
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-mapping->bind-mount (mapping)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Return a file system that realizes MAPPING, a <file-system-mapping>, using a bind mount.

%binary-format-file-system
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
<file-system-mapping>
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
%base-live-file-systems
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
%container-file-systems
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-check?
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
swap-space?
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
%elogind-file-systems
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-needed-for-boot? (fs)
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Documentation:

Return true if FS has the 'needed-for-boot?' flag set, or if it's used in the boot process--e.g., if FS is the root file system / holds the store.

%base-file-systems
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-mapping-writable?
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system-label
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
file-system
Channel: guix
Location: gnu/system/file-systems.scm (gnu system file-systems)
Total public symbols: 86650