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

Function createPluginMetadata

tensorboard/webapp/core/testing/index.ts:38–42  ·  view source on GitHub ↗
(displayName: string)

Source from the content-addressed store, hash-verified

36}
37
38export function createPluginMetadata(displayName: string): PluginMetadata {
39 return buildPluginMetadata({
40 tab_name: displayName,
41 });
42}
43
44export function createEnvironment(
45 override?: Partial<Environment>

Callers 4

createPluginsListingFunction · 0.90
createPluginsListingFunction · 0.90
header_test.tsFile · 0.90

Calls 1

buildPluginMetadataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…