MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / initialiseLibraries

Method initialiseLibraries

lib/base-compiler.ts:3966–3971  ·  view source on GitHub ↗
(clientOptions: ClientOptionsType)

Source from the content-addressed store, hash-verified

3964 }
3965
3966 initialiseLibraries(clientOptions: ClientOptionsType) {
3967 this.supportedLibraries = this.getSupportedLibraries(
3968 this.compiler.libsArr,
3969 clientOptions.libs[this.lang.id] || [],
3970 );
3971 }
3972
3973 async getTargetsAsOverrideValues(): Promise<CompilerOverrideOption[]> {
3974 if (!this.buildenvsetup?.getCompilerArch()) {

Callers 3

initialiseMethod · 0.95
options-handler.tsFile · 0.80
library-tests.tsFile · 0.80

Calls 1

getSupportedLibrariesMethod · 0.95

Tested by

no test coverage detected