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