MCPcopy Index your code
hub / github.com/bugy/script-server / get_secure_value

Method get_secure_value

src/model/value_wrapper.py:8–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6 self.secure_value = secure_value
7
8 def get_secure_value(self):
9 if self.secure_value is not None:
10 return self.secure_value
11 return self.script_arg
12
13 def __str__(self) -> str:
14 if self.secure_value is not None:

Callers 1

get_secure_commandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected