Meeseeks.Context.add_to_accumulator

You're seeing just the function add_to_accumulator, go back to Meeseeks.Context module for more information.
Link to this function

add_to_accumulator(context, document, id)

View Source

Specs

add_to_accumulator(t(), Meeseeks.Document.t(), Meeseeks.Document.node_id()) ::
  t()

Updates the context's accumulator with the result of calling Accumulator.add on the current accumulator with the provided document and id, and sets return? to the result of calling Accumulator.complete? on the updated accumulator if return? was not already true.