MCPcopy Index your code
hub / github.com/dataease/SQLBot / cookie_serialize

Function cookie_serialize

frontend/public/swagger-ui-bundle.js:55795–55798  ·  view source on GitHub ↗
(s, o = {})

Source from the content-addressed store, hash-verified

55793 _ = a.encoders.value(o)
55794 return (a.validators.name(u), a.validators.value(_), `${u}=${_}`)
55795 },
55796 cookie_serialize = (s, o = {}) =>
55797 (Array.isArray(s) ? s : 'object' == typeof s && null !== s ? Object.entries(s) : [])
55798 .map(([s, i]) => set_cookie_serialize(s, i, o))
55799 .join('; '),
55800 zx = new kp(),
55801 Wx = new grammar_grammar(),

Callers 1

helpers_cookie_serializeFunction · 0.85

Calls 3

set_cookie_serializeFunction · 0.85
mapMethod · 0.45
isArrayMethod · 0.45

Tested by

no test coverage detected