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

Method getAll

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

Source from the content-addressed store, hash-verified

68613 }
68614 get(name) {
68615 const field = __classPrivateFieldGet3(this, _FormData_entries, "f").get(String(name));
68616 if (!field) {
68617 return null;
68618 }
68619 return field[0];
68620 }
68621 getAll(name) {
68622 const field = __classPrivateFieldGet3(this, _FormData_entries, "f").get(String(name));
68623 if (!field) {
68624 return [];

Callers 2

getAllMethod · 0.45
entriesMethod · 0.45

Calls 3

__classPrivateFieldGet3Function · 0.85
getMethod · 0.45
sliceMethod · 0.45

Tested by

no test coverage detected