MCPcopy Create free account
hub / github.com/SSheldon/rust-objc / send_message

Function send_message

src/message/mod.rs:175–179  ·  view source on GitHub ↗
(obj: *const T, sel: Sel, args: A)

Source from the content-addressed store, hash-verified

173#[inline(always)]
174#[cfg(not(feature = "verify_message"))]
175pub unsafe fn send_message<T, A, R>(obj: *const T, sel: Sel, args: A)
176 -> Result<R, MessageError>
177 where T: Message, A: MessageArguments, R: Any {
178 send_unverified(obj, sel, args)
179}
180
181#[doc(hidden)]
182#[inline(always)]

Callers 1

send_messageMethod · 0.85

Calls 3

MessageErrorClass · 0.85
classMethod · 0.80
send_unverifiedFunction · 0.70

Tested by

no test coverage detected