MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / load_code_template

Function load_code_template

backend/app/services/ui/sample_code.py:75–77  ·  view source on GitHub ↗
(code_template_path: str)

Source from the content-addressed store, hash-verified

73
74
75def load_code_template(code_template_path: str):
76 with open(code_template_path, "r") as file:
77 return file.read()
78
79
80def find_dollar_enclosed_substrings(s):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected