MCPcopy Create free account
hub / github.com/0xcaff/codex-web / getPathForFile

Function getPathForFile

src/browser/shim.ts:492–494  ·  view source on GitHub ↗
(_file: File)

Source from the content-addressed store, hash-verified

490 throw new TypeError(
491 "Only MessagePort transfers are supported by the browser IPC bridge.",
492 );
493 }
494
495 const portId = `message_port_${nextRequestId()}`;
496 messagePorts.set(portId, transferable);
497 transferable.addEventListener("message", (event) => {

Callers

nothing calls this directly

Calls 1

unimplementedFunction · 0.85

Tested by

no test coverage detected