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

Method BuildClientReplyResponse

Source/cmFileAPI.cxx:730–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730Json::Value cmFileAPI::BuildClientReplyResponse(ClientRequest const& request)
731{
732 Json::Value response;
733 if (!request.Error.empty()) {
734 response = this->BuildReplyError(request.Error);
735 return response;
736 }
737 response = this->BuildReplyEntry(request);
738 return response;
739}
740
741bool cmFileAPI::ReadRequestVersions(Json::Value const& version,
742 std::vector<RequestVersion>& versions,

Callers 1

Calls 3

BuildReplyErrorMethod · 0.95
BuildReplyEntryMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected