Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tiann/hapi
/
Class
cli/src/codex/utils/diffProcessor.ts:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
export
class
DiffProcessor {
31
private previousDiff: string | null = null;
32
private onMessage: ((message: any) => void) | null = null;
33
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected