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

Function buildRoute

tensorboard/webapp/app_routing/testing.ts:21–27  ·  view source on GitHub ↗
(routeOverride: Partial<Route> = {})

Source from the content-addressed store, hash-verified

19import {Route, RouteKind} from './types';
20
21export function buildRoute(routeOverride: Partial<Route> = {}): Route {
22 return {
23 routeKind: RouteKind.EXPERIMENTS,
24 params: {},
25 ...routeOverride,
26 };
27}
28
29export function buildCompareRoute(
30 aliasAndExperimentIds: string[],

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…