! \brief Constructor from null */
| 321 | public: |
| 322 | /*! \brief Constructor from null */ |
| 323 | Function(std::nullptr_t) : ObjectRef(nullptr) {} // NOLINT(*) |
| 324 | /*! |
| 325 | * \brief Constructing a packed function from a callable type |
| 326 | * whose signature is consistent with `ffi::Function` |
nothing calls this directly
no outgoing calls
no test coverage detected