MCPcopy Create free account
hub / github.com/CSAILVision/gandissect /

Class

client_dist/ganclient.js:441–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 * Created by hen on 5/15/17.
440 */
441class URLHandler {
442 static basicURL() {
443 const url_path = window.location.pathname.split('/').slice(0, -2).join('/');
444 return window.location.origin + (url_path.length ? url_path : '');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected