MCPcopy Create free account
hub / github.com/braziljs/eloquente-javascript / 07_3_persistent_group.js

File 07_3_persistent_group.js

code/solutions/07_3_persistent_group.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class PGroup {
2 #members;
3 constructor(members) {
4 this.#members = members;

Callers

nothing calls this directly

Calls 3

addMethod · 0.45
deleteMethod · 0.45
hasMethod · 0.45

Tested by

no test coverage detected