MCPcopy Create free account
hub / github.com/antirez/ds4 / dist_decode_profile_enabled

Function dist_decode_profile_enabled

ds4_distributed.c:752–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static bool dist_decode_profile_enabled(void) {
753 return getenv("DS4_DIST_DECODE_PROFILE") != NULL;
754}
755
756static bool dist_parse_positive_u32(
757 const char *s,

Calls

no outgoing calls

Tested by

no test coverage detected