MCPcopy
hub / github.com/tensorflow/playground / userHasInteracted

Function userHasInteracted

src/playground.ts:1093–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1091let parametersChanged = false;
1092
1093function userHasInteracted() {
1094 if (!firstInteraction) {
1095 return;
1096 }
1097 firstInteraction = false;
1098 let page = 'index';
1099 if (state.tutorial != null && state.tutorial !== '') {
1100 page = `/v/tutorials/${state.tutorial}`;
1101 }
1102 ga('set', 'page', page);
1103 ga('send', 'pageview', {'sessionControl': 'start'});
1104}
1105
1106function simulationStarted() {
1107 ga('send', {

Callers 4

makeGUIFunction · 0.85
resetFunction · 0.85
hideControlsFunction · 0.85
generateDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…