Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
cleanup
Method · 0.45
updateTranslationErrorMsg
Method · 0.45
getTranslatedErrorMessage
Method · 0.45
createSubtitleInfo
Function · 0.45
nextSubtitlesSelectionRequestVersion
Function · 0.45
isCurrentSubtitlesSelectionRequest
Function · 0.45
loadSubtitles
Function · 0.45
createDisabledSubtitlesOption
Function · 0.45
buildSubtitleLabel
Function · 0.45
getParsedHotkey
Function · 0.45
updateTranslation
Function · 0.45
translateFunc
Function · 0.45
Calls
1
getRaw
Method · 0.95
Tested by
3
addEventListener
Function · 0.36
removeEventListener
Function · 0.36
secsToStrTime
Function · 0.36