MCPcopy 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
3exports.doNothing = doNothing;
4function doNothing() {}
5
6exports.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