MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / get_readme

Function get_readme

botasaurus_server/botasaurus_server/server.py:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def get_readme():
19 try:
20 with open("README.md", encoding="utf-8") as readme_file:
21 text = readme_file.read()
22 return text
23 except FileNotFoundError:
24 return ""
25
26def replace_require_with_json(code: str, FileTypes) -> str:
27 """

Callers 2

get_configMethod · 0.85
configureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected