Function tvix_eval::vm::generators::call_functor
source ยท pub(crate) async fn call_functor(
co: GenCo,
value: Value,
) -> Result<Value, ErrorKind>
Expand description
Call the given value as if it was an attribute set containing a functor. The arguments must already be prepared on the stack when a generator frame from this function is invoked.