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

Method endOfFile

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

Source from the content-addressed store, hash-verified

1032 }
1033
1034 endOfFile(): Cursor {
1035 return new Cursor(this.measuredText, this.text.length, 0)
1036 }
1037
1038 public get text(): string {
1039 return this.measuredText.text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected