Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/osnr/TabFS
/ readdir
Function
readdir
extension/background.js:204–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
203
entries = [
"."
,
".."
, ...
new
Set(entries)];
204
return
{ readdir() {
return
{ entries }; }, __isInfill: true };
205
}
206
207
Routes[
"/tabs/create"
] = {
Callers
nothing calls this directly
Calls
2
sanitize
Function · 0.85
sendDebuggerCommand
Function · 0.85
Tested by
no test coverage detected