/** * @returns {string} */ export function DebugProtectionFunctionCallTemplate (): string { return `{debugProtectionFunctionName}();`; }