Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ _bcontent
Function
_bcontent
src/utils/export_renderer.py:226–229 ·
view source on GitHub ↗
(block: Any)
Source
from the content-addressed store, hash-verified
224
225
226
def
_bcontent(block: Any) -> Any:
227
if
isinstance(block, Mapping):
228
return
block.get(
"content"
)
229
return
getattr(block,
"content"
, None)
230
231
232
def
_normalize_block(block: Any) -> dict:
Callers
1
is_synthetic_tool_result_block
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected