mirror of
https://github.com/github/codeql.git
synced 2026-03-01 05:13:41 +01:00
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
/** Provides classes for working with locations. */
|
|
|
|
import files.FileSystem
|
|
private import codeql.rust.elements.internal.LocationImpl
|
|
|
|
final class Location = LocationImpl::Location;
|
|
|
|
final class EmptyLocation = LocationImpl::EmptyLocation;
|