| 730 | } |
| 731 | |
| 732 | static float JsonSafeFloat(float f) |
| 733 | { |
| 734 | return isfinite(f) ? f : FLT_MAX; |
| 735 | } |
| 736 | |
| 737 | static void OutputJsonProperty(dmGameObject::SceneNodeProperty* property, dmWebServer::Request* request, int indent) |
| 738 | { |
no outgoing calls
no test coverage detected