MCPcopy Index your code
hub / github.com/StackStorm/st2 / aggregate

Method aggregate

st2common/st2common/persistence/base.py:121–122  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

119
120 @classmethod
121 def aggregate(cls, *args, **kwargs):
122 return cls._get_impl().aggregate(*args, **kwargs)
123
124 @classmethod
125 def insert(

Callers

nothing calls this directly

Calls 1

_get_implMethod · 0.45

Tested by

no test coverage detected