IsBootstrapped checks if the application was initialized (aka. whether Bootstrap() was called).
()
| 41 | // IsBootstrapped checks if the application was initialized |
| 42 | // (aka. whether Bootstrap() was called). |
| 43 | IsBootstrapped() bool |
| 44 | |
| 45 | // IsTransactional checks if the current app instance is part of a transaction. |
| 46 | IsTransactional() bool |
no outgoing calls
no test coverage detected