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 <source> — enumerate functions from a given source. Streams one ResponseItem per function. Sources:
profiles
functions profiles sub-tier.
publish
functions publish — write a FullRemoteFunction to a repository on the filesystem and return its content sha.

Functions§

execute