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

Function saveBundle

local-cli/bundle/buildBundle.js:29–33  ·  view source on GitHub ↗
(output, bundle, args)

Source from the content-addressed store, hash-verified

27import type {ConfigT} from '../util/Config';
28
29function saveBundle(output, bundle, args) {
30 return Promise.resolve(
31 output.save(bundle, args, log)
32 ).then(() => bundle);
33}
34
35function buildBundle(
36 args: OutputOptions & {

Callers 1

buildBundleFunction · 0.85

Calls 2

resolveMethod · 0.65
thenMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…