Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Threadfin/Threadfin
/ getCookie
Function
getCookie
ts/network_ts.ts:292–296 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
290
}
291
292
function
getCookie(name) {
293
var
value =
"; "
+ document.cookie;
294
var
parts = value.split(
"; "
+ name +
"="
);
295
if
(parts.length == 2)
return
parts.pop().split(
";"
).shift();
296
}
Callers
1
initWebSocket
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected