dlibgit ~libgit_version_agnostic (2022-01-17T09:26:03.8719689)
Dub
Repo
isGitCredential
git
credentials
Check if type
T
is one of the supported git credential types.
template
isGitCredential (
T
) {
version(GIT_SSH)
enum
bool
isGitCredential
;
version(!GIT_SSH)
enum
bool
isGitCredential
;
}
Members
Variables
isGitCredential
enum
bool
isGitCredential
;
Undocumented in source.
isGitCredential
enum
bool
isGitCredential
;
Undocumented in source.
Meta
Source
See Implementation
git
credentials
aliases
GitCredAcquireDelegate
enums
GitCredType
functions
getCredKeyFilePassPhrase
getCredPlainText
getCredPublicKey
structs
GitCred
GitCred_KeyFilePassPhrase
GitCred_PlainText
GitCred_PublicKey
templates
isGitCredential
Check if type T is one of the supported git credential types.