Skip to main content

This struct is defined as follows:

struct _ec_interpolate_context {
  ec_ptr_array jobs;
  ec_ptr_array pieces;
  ec_atomic_t pending;
  ec_async_job *master_job;
  string cache_key;
  string *output;
  int mode;
  ec_bag *bag;
  u_int32_t bag_version;
  int current_piece;
  ECDict sample_typednames;
  int reqs;
};

To use this struct, include the file misc/expand_string.re.

See Also

Was this page helpful?