MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_by_uid

Method get_by_uid

st2common/st2common/models/db/__init__.py:519–520  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

517 return self.get(id=value, raise_exception=True)
518
519 def get_by_uid(self, value):
520 return self.get(uid=value, raise_exception=True)
521
522 def get_by_ref(self, value):
523 return self.get(ref=value, raise_exception=True)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected