MCPcopy 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

1import {withLoader} from './withLoader';
2
3export function openOutputPath() {
4 return withLoader(async () => {
5 await fetch('/__open-output-path');
6 });
7}

Callers 1

EditorViewportFunction · 0.90

Calls 1

withLoaderFunction · 0.90

Tested by

no test coverage detected