getLineById

abstract fun getLineById(id: UUID): Optional<T>

Gets a source line by its unique identifier.

Return

An optional containing the source line if found, or empty if not found.

Parameters

id

The unique identifier of the source line.