MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / processTemplateBody

Function processTemplateBody

src/utils/templateProcessor.ts:145–150  ·  view source on GitHub ↗

* Process template variables in body content

(
	bodyContent: string,
	taskData: TemplateData | ICSTemplateData
)

Source from the content-addressed store, hash-verified

143 * Process template variables in body content
144 */
145function processTemplateBody(
146 bodyContent: string,
147 taskData: TemplateData | ICSTemplateData
148): string {
149 return processTemplateVariables(bodyContent, taskData);
150}
151
152/**
153 * Process template variables for YAML frontmatter with proper quoting

Callers 1

processTemplateFunction · 0.85

Calls 1

processTemplateVariablesFunction · 0.85

Tested by

no test coverage detected