Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
752
static bool dist_decode_profile_enabled(void) {
753
return getenv(
"DS4_DIST_DECODE_PROFILE"
) != NULL;
754
}
755
756
static bool dist_parse_positive_u32(
757
const char *s,
Callers
3
dist_coordinator_eval_remote_on_fd
Function · 0.85
dist_coordinator_eval_span
Function · 0.85
dist_worker_process_work_payload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected