MCPcopy
hub / github.com/bregman-arie/devops-exercises / get_file_content

Function get_file_content

scripts/question_utils.py:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17
18def get_file_content() -> str:
19 with README_PATH.open("r", encoding="utf-8") as f:
20 return f.read()
21
22
23def get_question_list(file_content: str) -> List[str]:

Callers 2

get_answers_countFunction · 0.85
get_random_questionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected