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

Function createClientOptions

test/options-handler.ts:163–169  ·  view source on GitHub ↗
(libs: ReturnType<ClientOptionsHandler['parseLibraries']>)

Source from the content-addressed store, hash-verified

161 let env: CompilationEnvironment;
162
163 function createClientOptions(libs: ReturnType<ClientOptionsHandler['parseLibraries']>) {
164 return {
165 libs: {
166 'c++': libs.fake,
167 },
168 } as unknown as ClientOptionsType;
169 }
170
171 beforeAll(() => {
172 fakeOptionProps = properties.fakeProps(optionsProps);

Callers 1

options-handler.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected