Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ is_internal_text
Function
is_internal_text
src/utils/export_renderer.py:118–119 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
116
117
118
def
is_internal_text(text: str) -> bool:
119
return
len(strip_top_level_internal_text(text)) == 0
120
121
122
def
looks_like_json(s: str) -> bool:
Callers
3
is_internal_text_block
Function · 0.85
has_exportable_structured_content
Function · 0.85
serialize_content_blocks
Function · 0.85
Calls
1
strip_top_level_internal_text
Function · 0.85
Tested by
no test coverage detected