MCPcopy Index your code
hub / github.com/ChinaGodMan/UserScripts / get

Method get

utils/script-import-sync.py:139–141  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

137 raise Exception(f"Login failed. Status Code: {response.status_code}\n{response.text}")
138
139 def get(self, url):
140 response = self.session.get(url)
141 return response
142
143 def post(self, url, data, headers=None):
144 response = self.session.post(url, data=data, headers=headers)

Callers 15

mainFunction · 0.80
translate_readmeFunction · 0.80
go_workFunction · 0.80
translate_and_collectFunction · 0.80
fetch_csrf_tokenMethod · 0.80
loginMethod · 0.80
sync_updateMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
fetch_script_jsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected