MCPcopy Index your code
hub / github.com/andywer/webpack-blocks / invokePostHooks

Function invokePostHooks

packages/core/lib/hooks.js:27–30  ·  view source on GitHub ↗
(configSetters, context, config)

Source from the content-addressed store, hash-verified

25}
26
27function invokePostHooks(configSetters, context, config) {
28 const postHooks = getHooks(configSetters, 'post')
29 return invokeConfigSetters(postHooks, context, config)
30}

Callers 2

createConfigFunction · 0.85
matchFunction · 0.85

Calls 2

getHooksFunction · 0.85
invokeConfigSettersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…