MCPcopy Create free account
hub / github.com/Semporia/Scripts / getMyComponent

Function getMyComponent

jd_factory_component.js:118–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118async function getMyComponent() {
119 let meStatus = [false];
120 if (!meStatus[0]) {
121 meStatus[0] = await pickUserComponents($.info.user.encryptPin, true);
122 }
123 if (!meStatus[0] && $.authExecute) {
124 await $.wait(5000);
125 await getMyComponent();
126 }
127}
128
129function getFriends() {
130 return new Promise(async resolve => {

Callers 1

Calls 2

pickUserComponentsFunction · 0.85
waitMethod · 0.45

Tested by

no test coverage detected