| 124 | } |
| 125 | |
| 126 | Error FakeScript::load_source_code(const String &p_path) { |
| 127 | // should never be called on FakeScript |
| 128 | ERR_FAIL_V_MSG(ERR_UNAVAILABLE, "Not implemented!!!!"); |
| 129 | } |
| 130 | |
| 131 | String FakeScript::get_error_message() const { |
| 132 | return error_message; |
no outgoing calls
no test coverage detected