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

Function __classPrivateFieldGet8

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

Source from the content-addressed store, hash-verified

80463
80464// node_modules/openai/core.mjs
80465var __classPrivateFieldSet7 = function(receiver, state2, value, kind3, f4) {
80466 if (kind3 === "m") throw new TypeError("Private method is not writable");
80467 if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a setter");
80468 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");
80469 return kind3 === "a" ? f4.call(receiver, value) : f4 ? f4.value = value : state2.set(receiver, value), value;
80470};
80471var __classPrivateFieldGet8 = function(receiver, state2, kind3, f4) {
80472 if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a getter");

Callers 1

getNextPageMethod · 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…