MCPcopy
hub / github.com/wavetermdev/waveterm / getClientId

Function getClientId

emain/emain-window.ts:115–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113let hasCompletedFirstRelaunch = false;
114
115async function getClientId() {
116 if (cachedClientId != null) {
117 return cachedClientId;
118 }
119 const clientData = await ClientService.GetClientData();
120 cachedClientId = clientData?.oid;
121 return cachedClientId;
122}
123
124type WindowActionQueueEntry =
125 | {

Callers 1

initializeTabMethod · 0.85

Calls 1

GetClientDataMethod · 0.45

Tested by

no test coverage detected