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

Method length

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

Source from the content-addressed store, hash-verified

1118 }
1119
1120 get length(): number {
1121 return this.text.length + (this.endsWithNewline ? 1 : 0)
1122 }
1123}
1124
1125export class MeasuredText {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected