property: functionType
| 44 | |
| 45 | // property: functionType |
| 46 | _MTL_INLINE MTL::FunctionType MTL::FunctionHandle::functionType() const |
| 47 | { |
| 48 | return Object::sendMessage<MTL::FunctionType>(this, _MTL_PRIVATE_SEL(functionType)); |
| 49 | } |
| 50 | |
| 51 | // property: name |
| 52 | _MTL_INLINE NS::String* MTL::FunctionHandle::name() const |
nothing calls this directly
no outgoing calls
no test coverage detected