MCPcopy Index your code
hub / github.com/opactorai/Claudable / encodeHash

Function encodeHash

lib/services/cli/codex.ts:347–348  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

345}
346
347const encodeHash = (value: string): string =>
348 Buffer.from(value, 'utf-8').toString('base64');
349
350async function dispatchToolMessage(
351 projectId: string,

Callers 1

dispatchToolMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected