mirror of https://github.com/godotengine/godot
* Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers |
||
|---|---|---|
| .. | ||
| SCsub | ||
| egl_manager.cpp | ||
| egl_manager.h | ||