Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ stylesEqual
Function
stylesEqual
src/ink/dom.ts:291–293 ·
view source on GitHub ↗
(a: Styles, b: Styles)
Source
from the content-addressed store, hash-verified
289
}
290
291
function
stylesEqual(a: Styles, b: Styles): boolean {
292
return
shallowEqual(a, b)
293
}
294
295
function
shallowEqual<T extends object>(
296
a: T | undefined,
Callers
1
setStyle
Function · 0.70
Calls
1
shallowEqual
Function · 0.85
Tested by
no test coverage detected