* Indicate whether this instance is currently being destroyed. */
| 248 | * Indicate whether this instance is currently being destroyed. |
| 249 | */ |
| 250 | inline bool InShutdown() const { return this->in_shutdown; } |
| 251 | |
| 252 | /** |
| 253 | * Decrease the ref count of a squirrel object. |
no outgoing calls
no test coverage detected