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

Method what

examples/server/json.hpp:4304–4307  ·  view source on GitHub ↗

returns the explanatory string

Source from the content-addressed store, hash-verified

4302 public:
4303 /// returns the explanatory string
4304 const char* what() const noexcept override
4305 {
4306 return m.what();
4307 }
4308
4309 /// the id of the exception
4310 const int id; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes)

Callers 11

llama_model_loadFunction · 0.45
llama_model_quantizeFunction · 0.45
llama_load_session_fileFunction · 0.45
parseFunction · 0.45
print_grammarFunction · 0.45
gpt_params_parseFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
process_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected