MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / get_cached_token

Function get_cached_token

wxapp/BREO.py:145–146  ·  view source on GitHub ↗
(account_id)

Source from the content-addressed store, hash-verified

143 }
144
145def get_cached_token(account_id):
146 return read_token_cache().get(account_id)
147
148def save_cached_token(account_id, auth_info):
149 cache = read_token_cache()

Callers 1

get_token_for_accountFunction · 0.85

Calls 2

read_token_cacheFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected