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

Function __classPrivateFieldGet6

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

Source from the content-addressed store, hash-verified

69488
69489// node_modules/@anthropic-ai/sdk/core.mjs
69490var __classPrivateFieldSet5 = function(receiver, state2, value, kind3, f4) {
69491 if (kind3 === "m") throw new TypeError("Private method is not writable");
69492 if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a setter");
69493 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");
69494 return kind3 === "a" ? f4.call(receiver, value) : f4 ? f4.value = value : state2.set(receiver, value), value;
69495};
69496var __classPrivateFieldGet6 = function(receiver, state2, kind3, f4) {
69497 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…