(data)
| 11368 | var render = new Function(settings.variable || 'obj', '_', source); |
| 11369 | if (data) return render(data, _); |
| 11370 | var template = function(data) { |
| 11371 | return render.call(this, data, _); |
| 11372 | }; |
| 11373 | |
| 11374 | // Provide the compiled function source as a convenience for build time |
| 11375 | // precompilation. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…