TestFilesTable

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

Members

Variables

checksum0
long checksum0;

checksum is 128bit.

checksum1
long checksum1;
Undocumented in source.
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