MCPcopy
hub / github.com/marimo-team/marimo / encode

Method encode

tests/_ai/llm/test_impl.py:1740–1742  ·  view source on GitHub ↗
(self, *, sdk_version: int)

Source from the content-addressed store, hash-verified

1738 """Mock BaseChunk that raises on serialization."""
1739
1740 def encode(self, *, sdk_version: int) -> str:
1741 del sdk_version
1742 raise ValueError("Serialization error")
1743
1744
1745@pytest.mark.skipif(

Callers 15

_Function · 0.80
base64.test.tsFile · 0.80
strings.test.tsFile · 0.80
prefixMessageFunction · 0.80
extension.tsFile · 0.80
getCursorStateFunction · 0.80
processFunction · 0.80
_encode_manifestMethod · 0.80
to_blobMethod · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected