if (Object.keys(hooks).length === 0) {
        rows.push('__No hooks available.__', '');
        return rows.join('\n');
    }