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

Method getUrlShortcut

docs/app/js/sanddance-app.js:51831–51842  ·  view source on GitHub ↗
(dataUrl, type)

Source from the content-addressed store, hash-verified

51829 });
51830 }
51831 getUrlShortcut(dataUrl, type) {
51832 const dss = {
51833 dataSource: {
51834 dataSourceType: "url",
51835 dataUrl,
51836 displayName: dataUrl.substring(dataUrl.lastIndexOf("/") + 1, dataUrl.lastIndexOf(".")),
51837 id: "",
51838 type
51839 }
51840 };
51841 return "#" + JSON.stringify(dss);
51842 }
51843 render() {
51844 const closeDialog = ()=>{
51845 this.setState({

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected