Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
function
shouldSkipOverride (fn) {
62
return
!!fn[Symbol.
for
(
'skip-override'
)]
63
}
64
65
function
checkDependencies (fn) {
66
const
meta = getMeta(fn)
Callers
1
registerPlugin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected