MCPcopy
hub / github.com/bugy/script-server / navigateTo

Function navigateTo

web-src/tests/unit/file_dialog_test.js:65–68  ·  view source on GitHub ↗
(path, fileDialog)

Source from the content-addressed store, hash-verified

63 }
64
65 async function navigateTo(path, fileDialog) {
66 fileDialog.vm.setChosenFile([...path, '']);
67 await vueTicks();
68 }
69
70 function getBreadcrumbElements(fileDialog) {
71 return $(fileDialog.element).find('a.breadcrumb').toArray();

Callers 1

Calls 1

vueTicksFunction · 0.90

Tested by

no test coverage detected