MCPcopy
hub / github.com/fastify/fastify / fn

Function fn

test/internals/plugin.test.js:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 t.plan(1)
23 const expectedPluginName = 'example'
24 const fn = () => console.log('is just an example')
25 require.cache[expectedPluginName] = { exports: fn }
26 const pluginName = pluginUtilsPublic.getPluginName(fn)
27

Callers 4

iteratorFunction · 0.70
onResponseHookIteratorFunction · 0.50
hookIteratorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected