hash with counter to store requests and count number of requests made against the stub
hash(list) a list for internal use only, with elements
key, sig, and count
put()Register a request by it's key
StubCounter$put(x)xan object of class RequestSignature
nothing returned; registers request & iterates internal counter
count()Get the count of number of times any matching request has been made against this stub
StubCounter$count()
clone()The objects of this class are cloneable with this method.
StubCounter$clone(deep = FALSE)deepWhether to make a deep clone.