Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bregman-arie/devops-exercises
/ get_challenges_count
Function
get_challenges_count
scripts/question_utils.py:55–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
get_challenges_count() -> int:
56
return
len(list(EXERCISES_PATH.glob(
"*.md"
)))
57
58
59
def
get_random_question(question_list: List[str], with_answer: bool = False) -> str:
Callers
1
update_question_number.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected