CodeInject

Injects the schema and runtime.

Uses exceptions to signal failure.

Constructors

this
this(FilesysIO fio, ConfigSchema conf)
Undocumented in source.

Members

Functions

compile
void compile(ShellCommand buildCmd, Duration buildCmdTimeout)
Undocumented in source. Be warned that the author may not have intended to support it.
inject
AbsolutePath[] inject(Database db, SchemataBuilder.ET schemata)

Throws an error on failure.

Variables

checksum
Checksum checksum;

Unique checksum for the schema.

fio
FilesysIO fio;
Undocumented in source.
logSchema
bool logSchema;
Undocumented in source.
roots
Set!AbsolutePath roots;
Undocumented in source.

Meta