Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cocoindex-io/cocoindex-code
/ _StubErrEmbedder
Class
_StubErrEmbedder
tests/test_shared.py:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
class
_StubErrEmbedder:
93
async
def
embed(self, text: str, **kwargs: Any) -> Any:
94
raise
RuntimeError(
"boom"
)
95
96
97
async
def
test_check_embedding_ok() -> None:
Callers
1
test_check_embedding_error
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_check_embedding_error
Function · 0.68