property: functionGraphs
| 284 | |
| 285 | // property: functionGraphs |
| 286 | _MTL_INLINE NS::Array* MTL::StitchedLibraryDescriptor::functionGraphs() const |
| 287 | { |
| 288 | return Object::sendMessage<NS::Array*>(this, _MTL_PRIVATE_SEL(functionGraphs)); |
| 289 | } |
| 290 | |
| 291 | _MTL_INLINE void MTL::StitchedLibraryDescriptor::setFunctionGraphs(const NS::Array* functionGraphs) |
| 292 | { |
nothing calls this directly
no outgoing calls
no test coverage detected