webUsesSpecificImpl function

bool webUsesSpecificImpl(
  1. String baseDir,
  2. String lib
)

True when webSpecificImplPath holds real code — the same on-disk test the desktop CMakeLists use, so an untouched or comments-only stub keeps sharing.

Implementation

bool webUsesSpecificImpl(String baseDir, String lib) => hasCustomPlatformImpl(baseDir, 'web', _toPascalCase(lib));