Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benjamine/jsondiffpatch
/ Editor
Interface
Editor
demos/html-demo/demo.ts:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
interface
Editor {
21
getValue(): string;
22
setValue(content: string): void;
23
on(eventName:
'change'
, handler: () => void): void;
24
}
25
}
26
27
interface
Continent {
Callers
6
JsonArea
Class · 0.80
demo.ts
File · 0.80
JsonArea
Class · 0.80
compare
Function · 0.80
demo.ts
File · 0.80
JsonArea
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…