MCPcopy
hub / github.com/tensorflow/tfjs / tick

Function tick

tfjs-vis/src/visor_test.ts:20–20  ·  view source on GitHub ↗
(ms = 1)

Source from the content-addressed store, hash-verified

18import {visor} from './index';
19
20const tick = (ms = 1) => new Promise(resolve => setTimeout(resolve, ms));
21
22describe('Visor Singleton', () => {
23 afterEach(() => {

Callers 1

visor_test.tsFile · 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…