MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / checkInitialNotification

Function checkInitialNotification

apps/mobile/src/lib/notifications.ts:107–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106 },
107 endImmediate() {
108 // A terminal snapshot already published zero.
109 },
110 startOrUpdate() {
111 // The publish operation owns every badge write.
112 },
113};
114
115export function setActiveChatLocation(
116 location: { sandboxId: string; conversationId: string } | null
117) {
118 activeChatLocation = location;
119}
120

Callers 1

_layout.tsxFile · 0.90

Calls 2

notificationPathForDataFunction · 0.90
parseNotificationDataFunction · 0.85

Tested by

no test coverage detected