Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/midrender/revideo
/ openOutputPath
Function
openOutputPath
packages/ui/src/utils/openOutputPath.ts:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{withLoader} from
'./withLoader'
;
2
3
export
function
openOutputPath() {
4
return
withLoader(
async
() => {
5
await
fetch(
'/__open-output-path'
);
6
});
7
}
Callers
1
EditorViewport
Function · 0.90
Calls
1
withLoader
Function · 0.90
Tested by
no test coverage detected