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

Function defaultDataRefType

docs/app/js/sanddance-app.js:13166–13169  ·  view source on GitHub ↗
(datafile)

Source from the content-addressed store, hash-verified

13164 });
13165}
13166function defaultDataRefType(datafile) {
13167 if (datafile.dataUrl) return DataRefType.url;
13168 return DataRefType.none;
13169}
13170function initState(props) {
13171 return {
13172 showSystemDialog: false,

Callers 1

initStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected