Database.put

Save mutation points found in a specific file.

Note: this assumes a file is never added more than once. If it where ever to be the mutation points would be duplicated.

trusted: the d2sqlite3 interface is assumed to work correctly when the data via bind is *ok*.

struct Database
void
put
@trusted
(
const(MutationPointEntry)[] mps
,
)

Meta