| 1880 | } |
| 1881 | |
| 1882 | Status Server::ScriptExists(const std::string &sha) const { |
| 1883 | std::string body; |
| 1884 | return ScriptGet(sha, &body); |
| 1885 | } |
| 1886 | |
| 1887 | Status Server::ScriptGet(const std::string &sha, std::string *body) const { |
| 1888 | std::string func_name = engine::kLuaFuncSHAPrefix + sha; |
no outgoing calls