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

Method list_values

st2reactor/st2reactor/container/sensor_wrapper.py:144–147  ·  view source on GitHub ↗
(self, local=True, prefix=None, limit=None, offset=None)

Source from the content-addressed store, hash-verified

142 ##################################
143
144 def list_values(self, local=True, prefix=None, limit=None, offset=None):
145 return self.datastore_service.list_values(
146 local=local, prefix=prefix, limit=limit, offset=offset
147 )
148
149 def get_value(self, name, local=True, scope=SYSTEM_SCOPE, decrypt=False):
150 return self.datastore_service.get_value(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected