Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ clip
Method
clip
src/ink/output.ts:255–260 ·
view source on GitHub ↗
(clip: Clip)
Source
from the content-addressed store, hash-verified
253
}
254
255
clip(clip: Clip) {
256
this.operations.push({
257
type
:
'clip'
,
258
clip,
259
})
260
}
261
262
unclip() {
263
this.operations.push({
Callers
4
renderNodeToOutput
Function · 0.80
_clipCell
Method · 0.80
"node_modules/@xterm/addon-webgl/lib/addon-webgl.js"
Function · 0.80
_drawToCache
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected