Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FernhillFable/cluster
/ doNothing
Function
doNothing
lib/util.js:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
exports.doNothing = doNothing;
4
function
doNothing() {}
5
6
exports.hasKeys =
function
(object) {
7
for
(
var
key in object)
return
true;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected