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

Method optionsHash

packager/src/Server/index.js:473–476  ·  view source on GitHub ↗
(options: {})

Source from the content-addressed store, hash-verified

471 }
472
473 optionsHash(options: {}) {
474 // onProgress is a function, can't be serialized
475 return JSON.stringify(Object.assign({}, options, {onProgress: null}));
476 }
477
478 /**
479 * Ensure we properly report the promise of a build that's happening,

Callers 2

processRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected