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

Method publish_create

st2common/st2common/persistence/base.py:278–281  ·  view source on GitHub ↗
(cls, model_object)

Source from the content-addressed store, hash-verified

276
277 @classmethod
278 def publish_create(cls, model_object):
279 publisher = cls._get_publisher()
280 if publisher:
281 publisher.publish_create(model_object)
282
283 @classmethod
284 def publish_update(cls, model_object):

Callers 3

publish_requestFunction · 0.45
insertMethod · 0.45
add_or_updateMethod · 0.45

Calls 1

_get_publisherMethod · 0.45

Tested by

no test coverage detected