MCPcopy Index your code
hub / github.com/ptmt/react-native-macos / push

Method push

Libraries/Utilities/utf8.js:23–31  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

21 }
22
23 push(value: number): ByteVector {
24 const i = this._sizeWritten;
25 if (i === this._storage.length) {
26 this._realloc();
27 }
28 this._storage[i] = value;
29 this._sizeWritten = i + 1;
30 return this;
31 }
32
33 getBuffer(): ArrayBuffer {
34 return this._storage.buffer.slice(0, this._sizeWritten);

Callers 15

linkFunction · 0.80
createGroup.jsFile · 0.80
sendMessageFunction · 0.80
doFlowTypecheckFunction · 0.80
launchEditorFunction · 0.80
attachHMRServerFunction · 0.80
combineSourceMapsFunction · 0.80
groupCodeFunction · 0.80
parseIOSDevicesListFunction · 0.80

Calls 1

_reallocMethod · 0.95

Tested by 15

groupByFunction · 0.64
_readFunction · 0.64
cartesianProductOfFunction · 0.64
componentDidMountMethod · 0.64
componentDidUpdateMethod · 0.64
renderMethod · 0.64
renderMethod · 0.64
renderMethod · 0.64
FooFunction · 0.64
constructorMethod · 0.64
componentWillUnmountMethod · 0.64