MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / append

Function append

frontend/openAPI/generated/core/request.ts:53–55  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

51 const qs: string[] = [];
52
53 const append = (key: string, value: any) => {
54 qs.push(`${encodeURIComponent(key)}=${encodeURIComponent(String(value))}`);
55 };
56
57 const process = (key: string, value: any) => {
58 if (isDefined(value)) {

Callers 2

ListFieldFunction · 0.85
processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected