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

Function createSettings

tensorboard/webapp/settings/testing.ts:24–32  ·  view source on GitHub ↗
(override?: Partial<Settings>)

Source from the content-addressed store, hash-verified

22} from './_redux/settings_types';
23
24export function createSettings(override?: Partial<Settings>) {
25 return {
26 reloadPeriodInMs: 30000,
27 reloadEnabled: true,
28 pageSize: 10,
29 colorPalette: DEFAULT_PALETTE,
30 ...override,
31 };
32}
33
34export function createSettingsState(
35 override?: Partial<SettingsState>

Callers 4

settings_test.tsFile · 0.90
createSettingsStateFunction · 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…