MCPcopy Create free account
hub / github.com/tensorflow/tfjs / open

Method open

tfjs-vis/src/visor.ts:195–197  ·  view source on GitHub ↗

* Opens the visor. * * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}

()

Source from the content-addressed store, hash-verified

193 * @doc {heading: 'Visor & Surfaces', subheading: 'Visor Methods'}
194 */
195 open() {
196 return this.visorComponent.open();
197 }
198
199 /**
200 * Toggles the visor (closed vs open).

Callers 12

visor_test.tsFile · 0.45
fetchFunction · 0.45
databaseActionMethod · 0.45
listModelsMethod · 0.45
removeModelMethod · 0.45
initVisorFunction · 0.45
showModelSelectionFunction · 0.45
showParameterSettingsFunction · 0.45
onPageLoadFunction · 0.45
UpdateIncludeStateFunction · 0.45
ProcessFileFunction · 0.45
_copy_assetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected