//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/isStillReferenced
isStillReferenced
[jvm]
abstract suspend fun isStillReferenced(id: Int): Boolean
Determine whether a term is still referenced by any other term in the glossary.
Return
true if there is still at least one other term referencing this one
Parameters
jvm
id | Term ID |