MCPcopy
hub / github.com/agent-infra/sandbox / append

Method append

sdk/js/src/core/fetcher/Headers.ts:39–43  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

37 }
38
39 append(name: string, value: string): void {
40 const key = name.toLowerCase();
41 const existing = this.headers.get(key) || [];
42 this.headers.set(key, [...existing, value]);
43 }
44
45 delete(name: string): void {
46 const key = name.toLowerCase();

Callers 15

constructorMethod · 0.95
list_sandboxesMethod · 0.45
_get_apig_domainsMethod · 0.45
norm_queryFunction · 0.45
traverse_query_dictFunction · 0.45
single_query_encoderFunction · 0.45
jsonable_encoderFunction · 0.45
fallback_serializerFunction · 0.45
requestFunction · 0.45

Calls 2

getMethod · 0.80
setMethod · 0.80

Tested by

no test coverage detected