MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / readdir

Method readdir

lib/compilers/java.ts:106–110  ·  view source on GitHub ↗
(dirPath: string)

Source from the content-addressed store, hash-verified

104 }
105
106 async readdir(dirPath: string): Promise<string[]> {
107 // Separate method allows override to find classfiles
108 // that are not in root of dirPath
109 return fs.readdir(dirPath);
110 }
111
112 override async objdump(outputFilename: string, result: any, maxSize: number) {
113 const dirPath = path.dirname(outputFilename);

Callers 15

objdumpMethod · 0.95
processGccDumpOutputMethod · 0.45
findUniqueSubhashMethod · 0.45
findCopperSpicePluginsFunction · 0.45
runCompilerMethod · 0.45
runCompilerMethod · 0.45
generateSmaliMethod · 0.45
getMainClassNameMethod · 0.45
runCompilerMethod · 0.45
objdumpMethod · 0.45
processAsmMethod · 0.45
getCompilerInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected