MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / get_version

Method get_version

keepercommander/vault.py:901–902  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

899 self.storage_size = None # type: Optional[int]
900
901 def get_version(self): # type: () -> int
902 return 4
903
904 def get_record_type(self):
905 return 'file'

Callers 2

detect_pluginFunction · 0.45
get_custom_field_attrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected