MCPcopy
hub / github.com/di-sukharev/opencommit / from

Method from

out/cli.cjs:72198–72200  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

72196 return Object.entries(this.toJSON()).map(([header, value]) => header + ": " + value).join("\n");
72197 }
72198 getSetCookie() {
72199 return this.get("set-cookie") || [];
72200 }
72201 get [Symbol.toStringTag]() {
72202 return "AxiosHeaders";
72203 }

Callers 15

toggleValueMethod · 0.45
decryptFunction · 0.45
validateLabelFunction · 0.45
parseIPv6Function · 0.45
URLStateMachineFunction · 0.45
forEachMethod · 0.45
nextFunction · 0.45
constructorMethod · 0.45
BodyFunction · 0.45
constructorMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected