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

Function hiddenField

docs/js/angular-bootstrap-prettify.js:84–86  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

82 '</form>');
83
84 function hiddenField(name, value) {
85 return '<input type="hidden" name="' + name + '" value="' + escape(value) + '">';
86 }
87 }
88 }
89};

Callers 1

Calls 1

escapeFunction · 0.70

Tested by

no test coverage detected