Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bic-L/MaxFormer
/ identity
Method
identity
event/augment.py:58–60 ·
view source on GitHub ↗
(self, events, v)
Source
from the content-addressed store, hash-verified
56
return
aug_events
57
58
def
identity(self, events, v):
59
events = copy.deepcopy(events)
60
return
events
61
62
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected