//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/isStillReferenced
isStillReferenced
[jvm]
abstract suspend fun isStillReferenced(id: Int): Boolean
Determine whether a term still referenced by at least another term in the glossary.
Return
true if there is at least another term associated with it, false otherwise
Parameters
jvm
id | Term ID |