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

Method get

sdk/js/src/core/fetcher/Headers.ts:50–54  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

48 }
49
50 get(name: string): string | null {
51 const key = name.toLowerCase();
52 const values = this.headers.get(key);
53 return values ? values.join(", ") : null;
54 }
55
56 has(name: string): boolean {
57 const key = name.toLowerCase();

Callers 15

__getattr__Function · 0.80
__getattr__Function · 0.80
_streamMethod · 0.80
_streamMethod · 0.80
__getattr__Function · 0.80
__getattr__Function · 0.80
__getattr__Function · 0.80
_streamMethod · 0.80
_streamMethod · 0.80
__getattr__Function · 0.80
list_sandboxesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected