MCPcopy Create free account
hub / github.com/dfinity/orbit / open

Function open

apps/wallet/src/composables/request.composable.ts:271–273  ·  view source on GitHub ↗
(requestId: UUID)

Source from the content-addressed store, hash-verified

269 const router = useRouter();
270
271 const open = (requestId: UUID): void => {
272 router.push({ query: { [REQUEST_DIALOG_QUERY_PARAM]: requestId } });
273 };
274
275 const replaceQueryId = (id: UUID | undefined): void => {
276 const query = Object.assign({}, router.currentRoute.value.query);

Callers 3

init_extensions_dirMethod · 0.85
station_from_pathMethod · 0.85
read_file_from_local_binFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected