Module Version
class ModuleVersion
Information kept in memory about a specific version of a module file.
Properties
Link copied to clipboard
An immutable List of compilations for this module version. There may be multiple compilations due to changes in ancestor module versions that forced this module to be recompiled.
Link copied to clipboard
Answer the serialized tuple of comment associated with this ModuleVersion.
Link copied to clipboard
Answer the serialized module header associated with this version.
Link copied to clipboard
The enclosing Repository.
Functions
Link copied to clipboard
Look up the ModuleCompilation associated with the provided ModuleCompilationKey, answering null if unavailable.
Link copied to clipboard
The list of entry point names declared by this version of the module.
Link copied to clipboard
Link copied to clipboard
Write the specified byte array (encoding a ModuleHeader) into the indexed file. Record the record position for subsequent retrieval.