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

Function createState

tensorboard/webapp/settings/testing.ts:45–47  ·  view source on GitHub ↗
(settingsState: SettingsState)

Source from the content-addressed store, hash-verified

43}
44
45export function createState(settingsState: SettingsState): State {
46 return {[SETTINGS_FEATURE_KEY]: settingsState};
47}
48
49export function buildColorPalette(
50 override: Partial<ColorPalette> = {}

Callers 4

settings_test.tsFile · 0.90
header_test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…