MCPcopy Index your code
hub / github.com/MALSync/MALSync / getInstance

Method getInstance

src/utils/player.ts:93–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 static getInstance() {
94 if (!PlayerSingleton.instance) {
95 PlayerSingleton.instance = new PlayerSingleton();
96 }
97 return PlayerSingleton.instance;
98 }
99}
100
101let videoIdentifier = '';

Callers 7

iframe.tsFile · 0.45
runPageFunction · 0.45
iframeFunction · 0.45
initMethod · 0.45
messagePageListenerFunction · 0.45
registerScriptsFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected