MCPcopy Index your code
hub / github.com/NullArray/AutoSploit / get_token

Function get_token

lib/creation/issue_creator.py:100–109  ·  view source on GitHub ↗

we know what this is for

(path)

Source from the content-addressed store, hash-verified

98
99
100def get_token(path):
101 """
102 we know what this is for
103 """
104 with open(path) as _token:
105 data = _token.read()
106 token, n = data.split(":")
107 for _ in range(int(n)):
108 token = base64.b64decode(token)
109 return token
110
111
112def ensure_no_issue(param):

Callers 1

request_issue_creationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected