fluentci/dagger/function_call

Types

pub type FunctionCall

Functions

pub fn id(f: FunctionCall) -> Promise(String)
pub fn input_args(
  f: FunctionCall,
) -> Promise(Array(FunctionCallArgValue))
pub fn name(f: FunctionCall) -> Promise(String)
pub fn parent(f: FunctionCall) -> Promise(JSON)
pub fn parent_name(f: FunctionCall) -> Promise(String)
pub fn return_value(
  f: FunctionCall,
  value: JSON,
) -> Promise(Void)
Search Document