NodePing.Checks.find_by_id

You're seeing just the function find_by_id, go back to NodePing.Checks module for more information.
Link to this function

find_by_id(check_map, id)

View Source

Specs

find_by_id(check_map :: map(), id :: bitstring()) :: list()

Find an already fetched map of NodePing checks for the one with a given ID

Parameters

  • check_map - a map of checks already fetched from the NodePing API
  • id - Check ID of the check you want to fetch information about