CRAP Complexity Coverage Location
1.00 1 1/1 (100.00%) crap/file-system.service.ts (L32 - L34)
    public async loadSourceFile(path: string | URL): Promise<string> {
        return await this.loadFile({ path, type: "source file" });
    }