MCPcopy
hub / github.com/strongloop/loopback / clearHandlerCache

Function clearHandlerCache

lib/application.js:597–599  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

595}
596
597function clearHandlerCache(app) {
598 app._handlers = undefined;
599}
600
601/**
602 * Listen for connections and update the configured port.

Callers 1

application.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…