Sha256: ad548c1a0ee17b5341b1dda2fb1c9bd3d2ebbc3761f46440f1ec89fbff6c6ab9

Contents?: true

Size: 159 Bytes

Versions: 44

Compression:

Stored size: 159 Bytes

Contents

'use strict'

module.exports = hashToSegments

function hashToSegments (hash) {
  return [
    hash.slice(0, 2),
    hash.slice(2, 4),
    hash.slice(4)
  ]
}

Version data entries

44 entries across 34 versions & 12 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.0 test/dummy/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.0 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.2 test/dummy/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.2 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.16.1 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.15.2 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.4 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.18.1 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.14.0 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/terser-webpack-plugin/node_modules/cacache/lib/util/hash-to-segments.js
tang-0.2.1 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
tang-0.2.0 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
tang-0.1.0 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js
tang-0.0.9 spec/tang_app/node_modules/webpack/node_modules/cacache/lib/util/hash-to-segments.js