MCPcopy Create free account
hub / github.com/LagPixelLOL/ChatGPTCLIBot / get_key_count

Function get_key_count

main/interface/network/APIKey.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 size_t get_key_count() {
37 return api_keys_.size();
38 }
39
40 void remove_first_key() {
41 if (!api_keys_.empty()) {

Callers 1

p_on_invalid_keyFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected