MCPcopy
hub / github.com/gitify-app/gitify / getClientCacheKey

Function getClientCacheKey

src/renderer/utils/api/octokit.ts:109–112  ·  view source on GitHub ↗
(account: Account, type: APIClientType)

Source from the content-addressed store, hash-verified

107 * @returns cache key
108 */
109export function getClientCacheKey(account: Account, type: APIClientType) {
110 const accountUUID = getAccountUUID(account);
111 return `${accountUUID}:${type}`;
112}

Callers 2

createOctokitClientFunction · 0.85

Calls 1

getAccountUUIDFunction · 0.90

Tested by

no test coverage detected