MCPcopy 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
226def _bcontent(block: Any) -> Any:
227 if isinstance(block, Mapping):
228 return block.get("content")
229 return getattr(block, "content", None)
230
231
232def _normalize_block(block: Any) -> dict:

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected