MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / bundle

Function bundle

local-cli/bundle/bundle.js:25–27  ·  view source on GitHub ↗
(argv, config, args, packagerInstance)

Source from the content-addressed store, hash-verified

23}
24
25function bundle(argv, config, args, packagerInstance) {
26 return bundleWithOutput(argv, config, args, undefined, packagerInstance);
27}
28
29module.exports = {
30 name: 'bundle',

Callers

nothing calls this directly

Calls 1

bundleWithOutputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…