MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / stringFormValue

Function stringFormValue

packages/ci-proxy-worker/src/index.ts:472–474  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

470}
471
472function stringFormValue(value: unknown): string {
473 return typeof value === "string" ? value.trim() : "";
474}
475
476function cookieValue(header: string, name: string): string | null {
477 for (const chunk of header.split(";")) {

Callers 1

authenticateSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected