Astarte.DataAccess.Data.path_exists-question-mark

You're seeing just the function path_exists-question-mark, go back to Astarte.DataAccess.Data module for more information.
Link to this function

path_exists?(db_client, device_id, interface_descriptor, mapping, path)

View Source

Specs

path_exists?(
  :cqerl.client(),
  Astarte.Core.Device.device_id(),
  %Astarte.Core.InterfaceDescriptor{
    aggregation: term(),
    automaton: term(),
    interface_id: term(),
    major_version: term(),
    minor_version: term(),
    name: term(),
    ownership: term(),
    storage: term(),
    storage_type: term(),
    type: term()
  },
  %Astarte.Core.Mapping{
    allow_unset: term(),
    database_retention_policy: term(),
    database_retention_ttl: term(),
    description: term(),
    doc: term(),
    endpoint: term(),
    endpoint_id: term(),
    expiry: term(),
    explicit_timestamp: term(),
    interface_id: term(),
    path: term(),
    reliability: term(),
    retention: term(),
    type: term(),
    value_type: term()
  },
  String.t()
) :: {:ok, boolean()} | {:error, atom()}