View source
enum abstract UniquenessLevel(String)
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
Moniker uniqueness level to define scope of the moniker.
Available since
3.16.0
.Variables
inlineread onlyGroup:UniquenessLevel = "group"
The moniker is unique inside the group to which a project belongs
inlineread onlyProject:UniquenessLevel = "project"
The moniker is unique inside a project for which a dump got created