MCPcopy
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
55def get_challenges_count() -> int:
56 return len(list(EXERCISES_PATH.glob("*.md")))
57
58
59def get_random_question(question_list: List[str], with_answer: bool = False) -> str:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected