MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / append

Function append

frontend/src/client/core/request.ts:43–45  ·  view source on GitHub ↗
(key: string, value: unknown)

Source from the content-addressed store, hash-verified

41 const qs: string[] = []
42
43 const append = (key: string, value: unknown) => {
44 qs.push(`${encodeURIComponent(key)}=${encodeURIComponent(String(value))}`)
45 }
46
47 const encodePair = (key: string, value: unknown) => {
48 if (value === undefined || value === null) {

Callers 1

encodePairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected