📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 21:11:58
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
cacache
/
lib
/
util
📍 /lib/node_modules/npm/node_modules/cacache/lib/util
🔄 Refresh
✏️
Editing: hash-to-segments.js
Read Only
'use strict' module.exports = hashToSegments function hashToSegments (hash) { return [ hash.slice(0, 2), hash.slice(2, 4), hash.slice(4) ] }
💾 Save Changes
❌ Cancel