Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
62
function
surround(name, inside) {
63
return
[name,
'('
, inside,
')'
].join(
''
);
64
}
65
66
Number.prototype.commify =
function
() {
67
// http://stackoverflow.com/questions/2901102
Callers
1
common.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected