getSource

inline fun <T : Any> getSource(): T?

Get Koin Scope "source" instance. Retrive the object instance, that initiated the creation of the scope.

Deprecation: Source instance resolution is now done within graph resolution part. It's done in the regular "get()" function.