Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ hasExtendedAttrs
Method
hasExtendedAttrs
src/server/web/public/terminal.js:3794–3796 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3792
}
3793
}
3794
hasExtendedAttrs() {
3795
return
268435456 & this.bg;
3796
}
3797
updateExtended() {
3798
this.extended.isEmpty() ? this.bg &= -268435457 : this.bg |= 268435456;
3799
}
Callers
2
isUnderline
Method · 0.95
provideLinks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected