Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EvanLi/Github-Ranking
/ get_access_token
Function
get_access_token
source/common.py:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
7
def
get_access_token():
8
with
open(
'../access_token.txt'
,
'r'
)
as
f:
9
access_token = f.read().strip()
10
return
access_token
11
12
13
def
write_text(file_name, method, text):
Callers
2
get_api_repos
Function · 0.85
get_graphql_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected