inSameLib method

bool inSameLib(
  1. String path
)

Implementation

bool inSameLib(String path) {
  return path.startsWith(libDir);
}