MCPcopy
hub / github.com/signalapp/Signal-Desktop / get

Function get

ts/sql/Client.preload.ts:180–183  ·  view source on GitHub ↗
(_target, name)

Source from the content-addressed store, hash-verified

178 {} as ReadableChannelInterface,
179 {
180 get(_target, name) {
181 return async (...args: ReadonlyArray<unknown>) =>
182 ipcInvoke(AccessType.Read, String(name), args);
183 },
184 }
185);
186

Callers 15

_refreshRemoteConfigFunction · 0.50
isEnabledFunction · 0.50
getValueFunction · 0.50
ConversationListFunction · 0.50
loadAttachmentFunction · 0.50
isCmdOrCtrlFunction · 0.50
MediaEditorFunction · 0.50
getIconFunction · 0.50
TimelineClass · 0.50
constructorMethod · 0.50
isCmdOrCtrlFunction · 0.50

Calls 3

ipcInvokeFunction · 0.90
StringInterface · 0.85
getMethod · 0.45

Tested by

no test coverage detected