MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getKillRingSize

Function getKillRingSize

src/utils/Cursor.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62export function getKillRingSize(): number {
63 return killRing.length
64}
65
66export function clearKillRing(): void {
67 killRing = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected