Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Marus/cortex-debug
/ UserSettings
Interface
UserSettings
src/reporting.ts:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
const
sessionStarts: {[id: string]: Date} = {};
28
29
interface
UserSettings {
30
uuid: string;
31
}
32
33
function
getUUID(): string {
34
if
(!uuid) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected