git_refdb_backend.exists

Queries the refdb backend for the existence of a reference.

A refdb implementation must provide this function.

struct git_refdb_backend
int function(int* exists, .git_refdb_backend* backend, const(char)* ref_name) exists;

Meta