Lines Matching refs:hooks
6 const initHooks = require('./init-hooks');
13 const hooks = initHooks();
14 hooks.enable();
26 const pipeservers = hooks.activitiesOfTypes('PIPESERVERWRAP');
27 let pipeconnects = hooks.activitiesOfTypes('PIPECONNECTWRAP');
34 const pipes = hooks.activitiesOfTypes('PIPEWRAP');
35 pipeconnects = hooks.activitiesOfTypes('PIPECONNECTWRAP');
61 const pipes = hooks.activitiesOfTypes('PIPEWRAP');
62 const pipeconnects = hooks.activitiesOfTypes('PIPECONNECTWRAP');
82 hooks.disable();
83 hooks.sanityCheck('PIPEWRAP');
84 hooks.sanityCheck('PIPESERVERWRAP');
85 hooks.sanityCheck('PIPECONNECTWRAP');