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 | ||
| audio_driver_pulseaudio.cpp | ||
| audio_driver_pulseaudio.h | ||
| pulse-so_wrap.c | ||
| pulse-so_wrap.h | ||