MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / load_template

Function load_template

plugin/generate.py:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136
137def load_template() -> str:
138 if not TEMPLATE_PATH.exists():
139 print(f"ERROR: Template not found: {TEMPLATE_PATH}", file=sys.stderr)
140 sys.exit(1)
141 return TEMPLATE_PATH.read_text()
142
143
144def render_template(template: str, platform: Platform) -> str:

Callers 1

generate_platformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected