writeMD

open fun writeMD(fileMD: String, fileNameWithPath: String, lineNumber: Int)

Writes the modified file name, timestamp and potentially line number to the eventBuffer.

Parameters

fileMD

The modified file name.

fileNameWithPath

The modified file path.

lineNumber

The line number where the code was changed, or 0 if the file was deleted.