MCPcopy 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

renderNodeToOutputFunction · 0.80
_clipCellMethod · 0.80
_drawToCacheMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected