MCPcopy Create free account
hub / github.com/Lobos/react-ui / pinky

Function pinky

src/utils/dataSource.js:14–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 req = null,
13
14 pinky = function () {
15 req = refetch.get(src, data, options);
16 promises.forEach((p) => {
17 req[p]((res) => {
18 stacks[p].forEach((func) => {
19 func(res);
20 });
21 });
22 });
23 return pinky;
24 };
25
26 promises.forEach((p) => {
27 pinky[p] = (func) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…