MCPcopy Create free account
hub / github.com/microsoft/SandDance / noop

Function noop

docs/app/js/sanddance-app.js:52808–52808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52806process.version = ""; // empty string to avoid regexp issues
52807process.versions = {};
52808function noop() {}
52809process.on = noop;
52810process.addListener = noop;
52811process.once = noop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected