MCPcopy 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
156pub fn custom_object() -> CustomObject {
157 CustomObject::new(custom_class())
158}
159
160pub fn custom_subclass() -> &'static Class {
161 static REGISTER_CUSTOM_SUBCLASS: Once = ONCE_INIT;

Callers 5

test_objectFunction · 0.85
test_custom_classFunction · 0.85
test_send_messageFunction · 0.85
test_send_message_stretFunction · 0.85
test_verify_messageFunction · 0.85

Calls 1

custom_classFunction · 0.85

Tested by

no test coverage detected