Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_refreshRemoteConfig
Function · 0.50
isEnabled
Function · 0.50
getValue
Function · 0.50
ConversationList
Function · 0.50
loadAttachment
Function · 0.50
isCmdOrCtrl
Function · 0.50
MediaEditor
Function · 0.50
getIcon
Function · 0.50
Timeline
Class · 0.50
constructor
Method · 0.50
migrateLegacySendAttributes
Function · 0.50
isCmdOrCtrl
Function · 0.50
Calls
3
ipcInvoke
Function · 0.90
String
Interface · 0.85
get
Method · 0.45
Tested by
no test coverage detected