MCPcopy Create free account
hub / github.com/error311/FileRise / isStillActive

Function isStillActive

public/js/fileListView.js:3929–3932  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3927 const maxVideoPreviewBytes = getMaxVideoPreviewBytes();
3928 const fallbackMsg = t("no_preview_available") || "No preview available";
3929 const isStillActive = () =>
3930 hoverPreviewContext &&
3931 hoverPreviewContext.type === "file" &&
3932 hoverPreviewContext.file === file;
3933 const renderVideoFallbackMessage = () => {
3934 if (!isStillActive()) return;
3935 thumbEl.innerHTML = `

Callers 2

renderRemoteVideoPreviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected