View Source ExVCR.Checker (exvcr v0.15.1)

Provides data store for checking which cassette files are used. It's for [mix vcr.check] task.

Link to this section Summary

Functions

Increment the counter for cache cassettes hit.

Increment the counter for server request hit.

Returns a specification to start this module under a supervisor.

Link to this section Functions

Link to this function

add_cache_count(recorder)

View Source

Increment the counter for cache cassettes hit.

Link to this function

add_server_count(recorder)

View Source

Increment the counter for server request hit.

Returns a specification to start this module under a supervisor.

See Supervisor.