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

Function hasVisibleTextContent

src/testing/replContractHarness.ts:214–218  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

212}
213
214export function hasVisibleTextContent(text: string): boolean {
215 return text
216 .split('\n')
217 .some(line => line.trim().length > 0)
218}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected