MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / unsetFromURI

Function unsetFromURI

tensorboard/components/tf_storage/storage_utils.ts:117–121  ·  view source on GitHub ↗
(key, useLocationReplace = false)

Source from the content-addressed store, hash-verified

115 * Delete a key from the URI.
116 */
117export function unsetFromURI(key, useLocationReplace = false) {
118 const items = componentToDict(readComponent());
119 delete items[key];
120 writeComponent(dictToComponent(items), useLocationReplace);
121}

Callers 1

setFunction · 0.90

Calls 4

componentToDictFunction · 0.85
readComponentFunction · 0.85
writeComponentFunction · 0.85
dictToComponentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…