CoverageCodeRegionTable

All functions that has been discovered in the source code. The offset_begin is where instrumentation points can be injected.

package
@TableName(srcCovTable)
@TableForeignKey("file_id", KeyRef("files(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("file_offset UNIQUE (file_id, begin, end)")
struct CoverageCodeRegionTable {}

Members

Variables

begin
uint begin;

the region in the files, in bytes.

end
uint end;
Undocumented in source.
fileId
long fileId;
Undocumented in source.
id
long id;
Undocumented in source.

Meta