findOdbcPackageRoot function

  1. @visibleForTesting
String? findOdbcPackageRoot()

Walks upward from Directory.current until pubspec.yaml is found.

Implementation

@visibleForTesting
String? findOdbcPackageRoot() => _findPackageRoot();