MCPcopy
hub / github.com/thinkjs/thinkjs / cookie

Method cookie

index.d.ts:24–24  ·  view source on GitHub ↗

* get cookie

(name: string)

Source from the content-addressed store, hash-verified

22 * get cookie
23 */
24 cookie(name: string): string;
25
26 /**
27 * set cookie

Callers 3

cookieFunction · 0.80
controller.jsFile · 0.80
context.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected