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

Function isCodexFetchMessage

src/browser/files.ts:145–147  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

143}
144
145function isCodexFetchMessage(value: unknown): value is CodexFetchMessage {
146 return isRecord(value) && value.type === "fetch";
147}
148
149export function isLocalFilePickerMessage(
150 value: unknown,

Callers 1

isLocalFilePickerMessageFunction · 0.85

Calls 1

isRecordFunction · 0.90

Tested by

no test coverage detected