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

Function __classPrivateFieldGet9

out/cli.cjs:81515–81519  ·  view source on GitHub ↗
(receiver, state2, kind3, f4)

Source from the content-addressed store, hash-verified

81513
81514// node_modules/openai/lib/EventStream.mjs
81515var __classPrivateFieldSet8 = function(receiver, state2, value, kind3, f4) {
81516 if (kind3 === "m") throw new TypeError("Private method is not writable");
81517 if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a setter");
81518 if (typeof state2 === "function" ? receiver !== state2 || !f4 : !state2.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
81519 return kind3 === "a" ? f4.call(receiver, value) : f4 ? f4.value = value : state2.set(receiver, value), value;
81520};
81521var __classPrivateFieldGet9 = function(receiver, state2, kind3, f4) {
81522 if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a getter");

Callers 11

constructorMethod · 0.85
_runMethod · 0.85
_connectedMethod · 0.85
endedMethod · 0.85
erroredMethod · 0.85
abortedMethod · 0.85
onMethod · 0.85
offMethod · 0.85
onceMethod · 0.85
doneMethod · 0.85
_emitMethod · 0.85

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…