//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/DefaultGlossaryTermDao/isStillReferenced
isStillReferenced
[jvm]
open suspend override 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 |