Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
export
function
hasVisibleTextContent(text: string): boolean {
215
return
text
216
.split(
'\n'
)
217
.some(line => line.trim().length > 0)
218
}
Callers
1
tmuxAttachedReplTrace.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected