Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ constructor
Method
constructor
src/ink/screen.ts:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
readonly none: number
117
118
constructor() {
119
this.none = this.intern([])
120
}
121
122
/**
123
* Intern a style and
return
its ID. Bit 0 of the ID encodes whether the
Callers
nothing calls this directly
Calls
1
intern
Method · 0.95
Tested by
no test coverage detected