MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / echo

Function echo

src/webconfig.cpp:2542–2546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2540
2541#if !defined(NDEBUG)
2542std::string echo()
2543{
2544 DynamicJsonDocument doc = get_post_data();
2545 return serialize_json(doc);
2546}
2547#endif
2548
2549// MUST MATCH NAVIGATION.JSX

Callers

nothing calls this directly

Calls 2

get_post_dataFunction · 0.85
serialize_jsonFunction · 0.85

Tested by

no test coverage detected