Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
def
get_file_content() -> str:
19
with
README_PATH.open(
"r"
, encoding=
"utf-8"
)
as
f:
20
return
f.read()
21
22
23
def
get_question_list(file_content: str) -> List[str]:
Callers
2
get_answers_count
Function · 0.85
get_random_question
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected