MCPcopy
hub / github.com/truelockmc/streambert / _releaseSlot

Function _releaseSlot

src/utils/api.js:64–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64function _releaseSlot() {
65 _inflight--;
66 if (_waiters.length > 0) {
67 _inflight++;
68 _waiters.shift()();
69 }
70}
71
72export const tmdbFetch = async (path, apiKey) => {
73 const localizedPath = withLanguage(path);

Callers 1

tmdbFetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected