Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ showInFolder
Method
showInFolder
src/services/cache/fetch.ts:48–50 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
46
}
47
48
async
showInFolder(filePath: string): Promise<{ success: boolean; error?: string }> {
49
return
post<{ success: boolean; error?: string }>(
'/cache/show-in-folder'
, { filePath })
50
}
51
}
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected