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

Method columns

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

Source from the content-addressed store, hash-verified

1040 }
1041
1042 private get columns(): number {
1043 return this.measuredText.columns + 1
1044 }
1045
1046 getPosition(): Position {
1047 return this.measuredText.getPositionFromOffset(this.offset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected