writeLargeMD

open fun writeLargeMD(fileMD: String, fileNameWithPath: String, lineNumber: Int, addedCode: String)

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

Parameters

fileMD

The modified file name.

fileNameWithPath

The modified file path.

lineNumber

The line number where the code was added.

addedCode

The code that was added.