godot/tests/core
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* 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
2024-05-08 12:37:42 +02:00
..
config
input
io Suppressed expected errors for uncached resources. 2024-04-22 23:50:20 +03:00
math Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
object Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
os Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
string Add const char * overloads to String class 2024-05-07 10:53:00 -04:00
templates [Core] Add LocalVector::has for convenience 2024-05-06 18:03:37 +02:00
threads WorkerThreadPool: Support daemon-like tasks (via yield semantics) 2024-04-10 18:47:42 +02:00
variant Reduce and prevent unnecessary random-access to List 2024-05-04 16:08:55 +02:00
test_crypto.h
test_hashing_context.h
test_time.h