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

Method get_value

st2reactor/st2reactor/container/sensor_wrapper.py:149–152  ·  view source on GitHub ↗
(self, name, local=True, scope=SYSTEM_SCOPE, decrypt=False)

Source from the content-addressed store, hash-verified

147 )
148
149 def get_value(self, name, local=True, scope=SYSTEM_SCOPE, decrypt=False):
150 return self.datastore_service.get_value(
151 name=name, local=local, scope=scope, decrypt=decrypt
152 )
153
154 def set_value(
155 self, name, value, ttl=None, local=True, scope=SYSTEM_SCOPE, encrypt=False

Callers 2

_check_criterionMethod · 0.45

Calls

no outgoing calls

Tested by 1