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

Function clickfind

public/src/js/access.js:391–399  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

389}
390
391function clickfind(res) { //pass the info to the main access function
392 if (userLoggedIn) {
393 $d.append(`access ${res[1]} ${clearance}`)
394 access(res[1], clearance)
395 } else {
396 $d.append(`access ${res[1]}`)
397 access(res[1], 0)
398 }
399}
400
401function getFrame() {
402 $d.find(`#${accessListing}-list iframe`).each(function() {

Callers 1

AccessLinkFunction · 0.70

Calls 1

accessFunction · 0.85

Tested by

no test coverage detected