MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / clickfind

Function clickfind

public/src/js/script.js:1206–1214  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

1204
1205 //pass the info to the main access function
1206 function clickfind(res) {
1207 if (userLoggedIn) {
1208 $d.append(`access ${res[1]} ${clearance}`);
1209 accessLoad(res[1], clearance);
1210 } else {
1211 $d.append(`access ${res[1]}`);
1212 accessLoad(res[1], 0);
1213 }
1214 }
1215}
1216
1217//lockout function loading

Callers 1

AccessLinkFunction · 0.70

Calls 1

accessLoadFunction · 0.85

Tested by

no test coverage detected