setLibraryImport abstract method

void setLibraryImport(
  1. int callerLibraryId,
  2. int callerLibraryVersionId,
  3. String name,
  4. int targetLibraryId,
  5. int targetLibraryVersionId,
)

One import edge: the caller scope pins name to a target library version. Root caller is (0,0). Labels live on edges, so lib: requires resolve per caller.

Implementation

void setLibraryImport(
  int callerLibraryId,
  int callerLibraryVersionId,
  String name,
  int targetLibraryId,
  int targetLibraryVersionId,
);