MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / make_serial

Function make_serial

src/js/injection_script.js:2854–2860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2852 fetch(`https://publisher.linkvertise.com/api/v1/redirect/link/static${linkvertise_link}?X-Linkvertise-UT=${ut}`).then(r => r.json()).then(json => {
2853 let target_type = json?.data.link.target_type
2854 const make_serial = () => {
2855 return btoa(JSON.stringify({
2856 timestamp: new Date().getTime(),
2857 random: "6548307",
2858 link_id: json.data.link.id
2859 }))
2860 }
2861 const pathmap = {
2862 "URL": () => {
2863 if (json?.data.link.id) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected