calculateFinalImplementationGroupsMap

fun calculateFinalImplementationGroupsMap(linkingFileMap: LinkingFileMap, outputPath: Path, runtime: AvailRuntime, topLevelLinkFolderPath: String): Int

Acquire all distinct implementations being directly exported or extended by this module and populate finalImplementationsGroupMap.

Return

The number of files to be created

Parameters

linkingFileMap

A map for all files in stacks

outputPath

The path where the files will end up.

runtime
topLevelLinkFolderPath

The folder that the Avail documentation sits in above the providedDocumentPath.

Throws