resideInModule

abstract fun resideInModule(name: String): Boolean

Determines whatever declaration reside in module.

Return

true if a declaration resides in the specified module, false otherwise.

Parameters

name

The name of the module to check. If this is the top-module, use "root".