MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / get_file

Function get_file

server/projects/analysis/apps/codemetric/job/utils.py:22–26  ·  view source on GitHub ↗

下载文件并加载到内存 :param file_url: str,文件url

(file_url)

Source from the content-addressed store, hash-verified

20
21
22def get_file(file_url):
23 """下载文件并加载到内存
24 :param file_url: str,文件url
25 """
26 return file_server.get_file(file_url)
27
28
29def download_and_load_json_file(file_url):

Callers 1

Calls 1

get_fileMethod · 0.45

Tested by

no test coverage detected