(data)
| 16834 | |
| 16835 | if (data) return render(data, _); |
| 16836 | var template = function(data) { |
| 16837 | return render.call(this, data, _); |
| 16838 | }; |
| 16839 | |
| 16840 | // Provide the compiled function source as a convenience for precompilation. |
| 16841 | template.source = 'function(' + (settings.variable || 'obj') + '){\n' + source + '}'; |
nothing calls this directly
no outgoing calls
no test coverage detected