MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / diagnostics

Method diagnostics

examples/server/json.hpp:4321–4324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4319 }
4320
4321 static std::string diagnostics(std::nullptr_t /*leaf_element*/)
4322 {
4323 return "";
4324 }
4325
4326 template<typename BasicJsonType>
4327 static std::string diagnostics(const BasicJsonType* leaf_element)

Callers

nothing calls this directly

Calls 8

escapeFunction · 0.85
to_stringFunction · 0.70
concatFunction · 0.70
typeMethod · 0.45
sizeMethod · 0.45
operator[]Method · 0.45
c_strMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected