Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
angular-bootstrap-prettify.js
File · 0.85
Calls
1
escape
Function · 0.70
Tested by
no test coverage detected