MCPcopy Create free account
hub / github.com/socketstream/socketstream / templates

Function templates

lib/client/view.js:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 bundler = ss.bundler.get(client);
9
10 function templates() {
11 var files = bundler.entries('tmpl'),
12 output = [];
13 templateEngine.generate(bundler, files, function(html) {
14 return output.push(html);
15 });
16 return output;
17 }
18
19 function headers() {
20 // Return an array of headers. Order is important!

Callers 1

view.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected