MCPcopy 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
7def get_access_token():
8 with open('../access_token.txt', 'r') as f:
9 access_token = f.read().strip()
10 return access_token
11
12
13def write_text(file_name, method, text):

Callers 2

get_api_reposFunction · 0.85
get_graphql_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected