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

Method has_valid_uid

st2common/st2common/models/api/base.py:168–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return pack_uid
167
168 def has_valid_uid(self):
169 resource_db = self.to_model(self)
170 return resource_db.has_valid_uid()
171
172
173def cast_argument_value(value_type, value):

Callers 1

test_get_uidMethod · 0.45

Calls 1

to_modelMethod · 0.45

Tested by 1

test_get_uidMethod · 0.36