Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SSheldon/rust-objc
/ custom_object
Function
custom_object
src/test_utils.rs:156–158 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
pub fn custom_object() -> CustomObject {
157
CustomObject::new(custom_class())
158
}
159
160
pub fn custom_subclass() -> &'static Class {
161
static REGISTER_CUSTOM_SUBCLASS: Once = ONCE_INIT;
Callers
5
test_object
Function · 0.85
test_custom_class
Function · 0.85
test_send_message
Function · 0.85
test_send_message_stret
Function · 0.85
test_verify_message
Function · 0.85
Calls
1
custom_class
Function · 0.85
Tested by
no test coverage detected