Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
def
get_cached_token(account_id):
146
return
read_token_cache().get(account_id)
147
148
def
save_cached_token(account_id, auth_info):
149
cache = read_token_cache()
Callers
1
get_token_for_account
Function · 0.85
Calls
2
read_token_cache
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected