MCPcopy Index your code
hub / github.com/xerrors/Yuxi / buildViewerQuery

Function buildViewerQuery

web/src/apis/viewer_filesystem.js:13–18  ·  view source on GitHub ↗
(threadId, path)

Source from the content-addressed store, hash-verified

11}
12
13const buildViewerQuery = (threadId, path) => {
14 return buildQuery({
15 thread_id: threadId,
16 path
17 })
18}
19
20export const getViewerFileSystemTree = (threadId, path = '/') => {
21 const query = buildViewerQuery(threadId, path)

Callers 4

getViewerFileSystemTreeFunction · 0.85
getViewerFileContentFunction · 0.85
downloadViewerFileFunction · 0.85
deleteViewerFileFunction · 0.85

Calls 1

buildQueryFunction · 0.70

Tested by

no test coverage detected