MCPcopy Create free account
hub / github.com/FreeMovieIR/freemovieir.github.io / constructor

Method constructor

apiKeySwitcher.js:2–6  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

1class ApiKeySwitcher {
2 constructor(keys) {
3 this.keys = keys || [];
4 this.currentIndex = 0;
5 this.userToken = localStorage.getItem('userOmdbToken'); // توکن کاربر
6 }
7
8 getCurrentKey() {
9 if (this.userToken) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected