MCPcopy
hub / github.com/ilyhalight/voice-over-translation / get

Method get

src/utils/storage.ts:339–341  ·  view source on GitHub ↗
(name: StorageKey, def?: T)

Source from the content-addressed store, hash-verified

337 }
338
339 async get<T = unknown>(name: StorageKey, def?: T): Promise<T> {
340 return this.getRaw<T>(name, def);
341 }
342
343 async getValues<
344 T extends Record<string, KeysOrDefaultValue> = Record<

Callers 15

cleanupMethod · 0.45
createSubtitleInfoFunction · 0.45
loadSubtitlesFunction · 0.45
buildSubtitleLabelFunction · 0.45
getParsedHotkeyFunction · 0.45
updateTranslationFunction · 0.45
translateFuncFunction · 0.45

Calls 1

getRawMethod · 0.95

Tested by 3

addEventListenerFunction · 0.36
removeEventListenerFunction · 0.36
secsToStrTimeFunction · 0.36