clear method

void clear()

Clear all internal state.

Implementation

void clear() {
  _calls.clear();
}