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

Function buildStepIndexMetadata

tensorboard/webapp/metrics/testing.ts:413–421  ·  view source on GitHub ↗
(
  override: Partial<CardStepIndexMetaData> | null
)

Source from the content-addressed store, hash-verified

411}
412
413export function buildStepIndexMetadata(
414 override: Partial<CardStepIndexMetaData> | null
415) {
416 return {
417 index: 0,
418 isClosest: false,
419 ...override,
420 };
421}
422
423@Injectable()
424export class TestingSavedPinsDataSource {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…