MCPcopy 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
118def is_internal_text(text: str) -> bool:
119 return len(strip_top_level_internal_text(text)) == 0
120
121
122def looks_like_json(s: str) -> bool:

Callers 3

is_internal_text_blockFunction · 0.85
serialize_content_blocksFunction · 0.85

Calls 1

Tested by

no test coverage detected