Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cisco/openh264
/ GetBoolSize
Function
GetBoolSize
test/api/c_interface_test.c:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
};
41
42
size_t GetBoolSize (void) {
43
return sizeof (bool);
44
}
45
46
size_t GetBoolOffset (void) {
47
return offsetof (struct bool_test_struct, b);
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected