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

Method _is_plain_server_file

src/model/parameter_config.py:453–454  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

451 return result
452
453 def _is_plain_server_file(self):
454 return self.type == PARAM_TYPE_SERVER_FILE and not self.file_recursive
455
456 def _is_recursive_server_file(self):
457 return self.type == PARAM_TYPE_SERVER_FILE and self.file_recursive

Callers 3

map_to_scriptMethod · 0.95
validate_valueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected