Skip to main content

Module functions

Module functions 

Source
Expand description

functions tier dispatch.

Modules§

execute
functions execute sub-tier. Standard and SwissSystem are chunk-or-id streaming leaves; their bare-naked execute returns Stream<ResponseItem> and the inner stream is mapped into the tier’s ResponseItem directly.
get
functions get — read a function definition by remote path.
list
functions list — enumerate functions from the local filesystem state. Streams one ResponseItem (a RemotePath) per function found under <state>/functions/<owner>/<repository>.
profiles
functions profiles sub-tier.
publish
functions publish — write a FullRemoteFunction to a repository on the filesystem and return its content sha.

Functions§

execute