MCPcopy
hub / github.com/webadderallorg/Recordly / getNowMs

Function getNowMs

electron/ipc/export/native-video.ts:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40const execFileAsync = promisify(execFile);
41const getNowMs = () => performance.now();
42const formatFfmpegSeconds = (milliseconds: number) => (milliseconds / 1000).toFixed(3);
43const MISSING_NATIVE_STATIC_BACKGROUND_COLOR = "#ffffff";
44const NATIVE_EXPORT_HIGH_PRIORITY = os.constants.priority.PRIORITY_HIGH;

Calls

no outgoing calls

Tested by

no test coverage detected