MCPcopy Index your code
hub / github.com/git/git / get_ssh_key_id

Function get_ssh_key_id

gpg-interface.c:929–935  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927}
928
929static char *get_ssh_key_id(void)
930{
931 char *signing_key = get_signing_key();
932 char *key_id = get_ssh_key_fingerprint(signing_key);
933 free(signing_key);
934 return key_id;
935}
936
937/* Returns a textual but unique representation of the signing key */
938char *get_signing_key_id(void)

Callers

nothing calls this directly

Calls 2

get_signing_keyFunction · 0.85
get_ssh_key_fingerprintFunction · 0.85

Tested by

no test coverage detected