Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
def
load_code_template(code_template_path: str):
76
with
open(code_template_path,
"r"
)
as
file:
77
return
file.read()
78
79
80
def
find_dollar_enclosed_substrings(s):
Callers
1
load_sample_code_for_module
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected