MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / has

Method has

out/cli.cjs:68622–68624  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

68620 }
68621 getAll(name) {
68622 const field = __classPrivateFieldGet3(this, _FormData_entries, "f").get(String(name));
68623 if (!field) {
68624 return [];
68625 }
68626 return field.slice();
68627 }

Calls 4

__classPrivateFieldGet3Function · 0.85
normalizeHeaderFunction · 0.85
matchHeaderValueFunction · 0.85
normalizeNameFunction · 0.85

Tested by

no test coverage detected