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

Function push

bots/code-analysis-bot.js:41–46  ·  view source on GitHub ↗
(arr, key, value)

Source from the content-addressed store, hash-verified

39});
40
41function push(arr, key, value) {
42 if (!arr[key]) {
43 arr[key] = [];
44 }
45 arr[key].push(value);
46}
47
48/**
49 * There is unfortunately no standard format to report an error, so we have

Callers 4

pushHostContainerFunction · 0.85
pushHostContextFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…