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

Method lineCount

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

Source from the content-addressed store, hash-verified

1481 }
1482
1483 public get lineCount(): number {
1484 return this.wrappedLines.length
1485 }
1486
1487 private withCache<T>(key: string, compute: () => T): T {
1488 const cached = this.navigationCache.get(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected