Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/teambit/bit
/ pack-command.ts
File
pack-command.ts
src/utils/pack-command.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
zlib from
'zlib'
;
2
import
toBase64 from
'./string/to-base64'
;
3
4
module.exports =
function
packCmd(obj, base64 = true, compress = true) {
Callers
nothing calls this directly
Calls
2
toBase64
Function · 0.85
stringify
Method · 0.45
Tested by
no test coverage detected