MCPcopy Index your code
hub / github.com/microsoft/SandDance / initState

Function initState

packages/sanddance-explorer/src/dialogs/settings.tsx:129–136  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

127}
128
129function initState(props: Props): State {
130 return {
131 showSystemDialog: false,
132 showVegaDialog: false,
133 dataRefType: defaultDataRefType(props.dataFile),
134 spec: null,
135 };
136}
137
138function signalGroupKey(key: string) {
139 for (let i = 0; i < strings.signalGroups.length; i++) {

Callers 2

constructorMethod · 0.70
renderMethod · 0.70

Calls 1

defaultDataRefTypeFunction · 0.70

Tested by

no test coverage detected