MCPcopy Create free account
hub / github.com/Kitware/CMake / BuildReplyError

Method BuildReplyError

Source/cmFileAPI.cxx:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507Json::Value cmFileAPI::BuildReplyError(std::string const& error)
508{
509 Json::Value e = Json::objectValue;
510 e["error"] = error;
511 return e;
512}
513
514Json::Value const& cmFileAPI::AddReplyIndexObject(Object o)
515{

Callers 4

BuildReplyEntryMethod · 0.95
BuildClientReplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected