Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fastify/fastify
/ getMeta
Function
getMeta
lib/plugin-utils.js:19–21 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
17
const
rcRegex = /-(?:rc|pre|alpha).+$/u
18
19
function
getMeta (fn) {
20
return
fn[Symbol.
for
(
'plugin-meta'
)]
21
}
22
23
function
getPluginName (func) {
24
const
display = getDisplayName(func)
Callers
4
checkDependencies
Function · 0.85
checkDecorators
Function · 0.85
checkVersion
Function · 0.85
registerPluginName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected