MCPcopy Create free account
hub / github.com/Noumena-Network/code / text

Method text

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

Source from the content-addressed store, hash-verified

1036 }
1037
1038 public get text(): string {
1039 return this.measuredText.text
1040 }
1041
1042 private get columns(): number {
1043 return this.measuredText.columns + 1

Callers 8

downloadCaBundleFunction · 0.45
packageSmoke.tsFile · 0.45
completeRelayFlowFunction · 0.45
normalizeOAuthErrorBodyFunction · 0.45
exchangeJwtAuthGrantFunction · 0.45
parseErrorBodyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected