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

Method getBaseUrl

static/compiler-service.ts:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 private getBaseUrl() {
212 return window.location.origin + this.base;
213 }
214
215 public async submit(request: Record<string, any>) {
216 request.allowStoreCodeDebug = this.allowStoreCodeDebug;

Callers 3

submitMethod · 0.95
submitCMakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected