MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / updateComponentsJson

Function updateComponentsJson

tests/cpp/integration/engine_destroy_chain_test.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static std::string updateComponentsJson(const std::string& surfaceId) {
47 return R"({"version":"v0.9","updateComponents":{"surfaceId":")" +
48 surfaceId +
49 R"(","components":[{"id":"text_1","component":"Text","text":"hello"}]}})";
50}
51
52// ---------------------------------------------------------------------------
53// Death test body helpers.

Callers 2

runDC001Function · 0.85
runDC003Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected