Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
347
const
encodeHash = (value: string): string =>
348
Buffer.from(value,
'utf-8'
).toString(
'base64'
);
349
350
async
function
dispatchToolMessage(
351
projectId: string,
Callers
1
dispatchToolMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected