MCPcopy Create free account
hub / github.com/microsoft/SandDance / href

Function href

docs/app/js/sanddance-app.js:124559–124562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124557 el.removeAttributeNS(ns, name);
124558}
124559function href() {
124560 let loc;
124561 return typeof window === "undefined" ? "" : (loc = window.location).hash ? loc.href.slice(0, -loc.hash.length) : loc.href;
124562}
124563function SVGStringRenderer(loader) {
124564 Renderer.call(this, loader);
124565 this._text = null;

Callers 2

styleFunction · 0.70
updateGradientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected