Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claabs/epicgames-freegames-node
/ TCFSCookies
Interface
TCFSCookies
src/common/cookie.ts:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
export
interface
TCFSCookies {
28
[cookieName: string]: TCFSCookieAttributes;
29
}
30
31
export
interface
TCFSPaths {
32
[path: string]: TCFSCookies;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected