MCPcopy
hub / github.com/TylerBrock/mongo-hacker / surround

Function surround

hacks/common.js:62–64  ·  view source on GitHub ↗
(name, inside)

Source from the content-addressed store, hash-verified

60};
61
62function surround(name, inside) {
63 return [name, '(', inside, ')'].join('');
64}
65
66Number.prototype.commify = function() {
67 // http://stackoverflow.com/questions/2901102

Callers 1

common.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected