Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sapd/HeadsetControl
/ has_capability
Function
has_capability
src/device.c:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool has_capability(int capabilities, enum capabilities cap)
87
{
88
return (capabilities & B(cap)) == B(cap);
89
}
Callers
4
print_help
Function · 0.85
output_json
Function · 0.85
output_yaml
Function · 0.85
nova_5_write_device_band
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected