TestFilesTable

Undocumented in source.
package package
@TableName(testFilesTable)
@TableConstraint("unique_ UNIQUE (path)")
struct TestFilesTable {}

Members

Variables

checksum
long checksum;

checksum is 64bit.

id
long id;
Undocumented in source.
path
string path;
Undocumented in source.
timeStamp
SysTime timeStamp;

Last time a change to the test file where detected.

Meta