setLibraryCanonicalName abstract method
Canonical mangle prefix for a library version, e.g. draco@3. Compiled requires and exported wire names both derive from it, so the editor pushes one map for both.
Implementation
void setLibraryCanonicalName(
int libraryId,
int libraryVersionId,
String canonicalName,
);