Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastMAS/KVCOMM
/ __init__
Method
__init__
KVCOMM/utils/globals.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
13
class
Cost(Singleton):
14
def
__init__(self):
15
self.value = 0.0
16
17
class
PromptTokens(Singleton):
18
def
__init__(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected