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

Method totalUsage

out/cli.cjs:81881–81884  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81879 async finalFunctionCall() {
81880 await this.done();
81881 return __classPrivateFieldGet10(this, _AbstractChatCompletionRunner_instances, "m", _AbstractChatCompletionRunner_getFinalFunctionCall).call(this);
81882 }
81883 async finalFunctionCallResult() {
81884 await this.done();
81885 return __classPrivateFieldGet10(this, _AbstractChatCompletionRunner_instances, "m", _AbstractChatCompletionRunner_getFinalFunctionCallResult).call(this);
81886 }
81887 async totalUsage() {

Callers

nothing calls this directly

Calls 2

__classPrivateFieldGet10Function · 0.85
doneMethod · 0.45

Tested by

no test coverage detected