( content, tmpl, data, options )
| 454 | //---- Helper functions for template item ---- |
| 455 | |
| 456 | function tiCalls( content, tmpl, data, options ) { |
| 457 | if ( !content ) { |
| 458 | return stack.pop(); |
| 459 | } |
| 460 | stack.push({ _: content, tmpl: tmpl, item:this, data: data, options: options }); |
| 461 | } |
| 462 | |
| 463 | function tiNest( tmpl, data, options ) { |
| 464 | // nested template, using {{tmpl}} tag |
nothing calls this directly
no outgoing calls
no test coverage detected