MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / provideMockTbStore

Function provideMockTbStore

tensorboard/webapp/testing/utils.ts:116–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116export function provideMockTbStore() {
117 return provideMockStore({
118 initialState: buildMockState(),
119 });
120}

Calls 1

buildMockStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…