MCPcopy Index your code
hub / github.com/pierrecomputer/pierre / push

Function push

packages/diffs/src/utils/renderDiffWithHighlighter.ts:372–375  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

370 return {
371 deletionContent: {
372 push(value: string) {
373 this.value += value;
374 this.length++;
375 },
376 value: '',
377 length: 0,
378 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected