MCPcopy
hub / github.com/audreyt/ethercalc / openFormat

Function openFormat

packages/client/src/boot.ts:205–213  ·  view source on GitHub ↗
(format: ExportFormat)

Source from the content-addressed store, hash-verified

203 if (vex.defaultOptions) vex.defaultOptions.className = 'vex-theme-flat-attack';
204
205 const openFormat = (format: ExportFormat): void => {
206 open(
207 buildLegacyExportUrl(format, room, {
208 isMultiple,
209 parentHref: parentLocation.href,
210 parentPathname: parentLocation.pathname,
211 }),
212 );
213 };
214
215 const yes = vex.dialog.buttons?.YES ?? {};
216 const no = vex.dialog.buttons?.NO ?? {};

Callers 1

openLegacyExportDialogFunction · 0.85

Calls 1

buildLegacyExportUrlFunction · 0.85

Tested by

no test coverage detected