ping

Function ping 

Source
pub async fn ping(owner: String, name: String) -> UnifiedResult<bool>
Expand description

Checks if a file exists.

§Arguments

  • owner - The owner of the file.
  • name - The name of the file.
  • errors - An ErrorArray to capture errors.

§Returns

  • uf<bool> - A unified result indicating if the file exists or not.