MCPcopy
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
207Routes["/tabs/create"] = {

Callers

nothing calls this directly

Calls 2

sanitizeFunction · 0.85
sendDebuggerCommandFunction · 0.85

Tested by

no test coverage detected