MCPcopy
hub / github.com/isso-comments/isso / set

Function set

isso/js/app/template.js:16–18  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

14};
15
16var set = function(name, value) {
17 globals[name] = value;
18};
19
20load_tmpl("postbox", tmpl_postbox);
21load_tmpl("comment", tmpl_comment);

Callers 14

setifyFunction · 0.85
__init__Method · 0.85
insertMethod · 0.85
migrateMethod · 0.85
insertMethod · 0.85
template.jsFile · 0.85
APIClass · 0.85
newMethod · 0.85
viewMethod · 0.85
editMethod · 0.85
deleteMethod · 0.85
moderateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected