MCPcopy
hub / github.com/1j01/jspaint / get

Method get

src/globals.d.ts:144–144  ·  view source on GitHub ↗
(key: string, callback: (error: Error | null, value: string) => void)

Source from the content-addressed store, hash-verified

142// storage.js
143interface LocalStore {
144 get(key: string, callback: (error: Error | null, value: string) => void): void,
145
146 get(key_default_value_pairs: Record<string, string>, callback: (error: Error | null, values: Record<string, string>) => void): void,
147

Callers 15

fetchAndRetryFunction · 0.65
app.tsFile · 0.65
constructorMethod · 0.65
find_localizationFunction · 0.65
helpers.jsFile · 0.65
parse_object_paramsFunction · 0.65
renderItemFunction · 0.65
open_help_viewerFunction · 0.65
app.jsFile · 0.65
show_custom_zoom_windowFunction · 0.65
load_image_from_uriFunction · 0.65
entries_contains_updateFunction · 0.65

Implementers 3

AppOptionslib/pdf.js/web/viewer.js
ViewHistorylib/pdf.js/web/viewer.js
BasePreferenceslib/pdf.js/web/viewer.js

Calls

no outgoing calls

Tested by 3

closeMenusFunction · 0.52
waitForImageFunction · 0.52
test_edit_colors_dialogFunction · 0.52