MCPcopy Create free account
hub / github.com/error311/FileRise / navigateToLinkedFile

Function navigateToLinkedFile

public/js/fileListView.js:5672–5674  ·  view source on GitHub ↗
(folder, name, sourceId)

Source from the content-addressed store, hash-verified

5670}
5671
5672export async function navigateToLinkedFile(folder, name, sourceId) {
5673 await navigateToSearchResult(folder, name, sourceId);
5674}
5675
5676 function bindFolderToolbarActions() {
5677 const map = [

Callers

nothing calls this directly

Calls 1

navigateToSearchResultFunction · 0.85

Tested by

no test coverage detected