MCPcopy Create free account
hub / github.com/fastify/fastify / shouldSkipOverride

Function shouldSkipOverride

lib/plugin-utils.js:61–63  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

59}
60
61function shouldSkipOverride (fn) {
62 return !!fn[Symbol.for('skip-override')]
63}
64
65function checkDependencies (fn) {
66 const meta = getMeta(fn)

Callers 1

registerPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected