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

Function workspaceDirectoryEntryHiddenRank

src/server/main.ts:90–94  ·  view source on GitHub ↗
(
  entry: WorkspaceDirectoryEntry,
)

Source from the content-addressed store, hash-verified

88 type: "workspace-directory-entries-result";
89 requestId: string;
90 ok: false;
91 errorMessage: string;
92 }
93 | {
94 type: "message-port-message";
95 portId: string;
96 data: unknown;
97 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected