MCPcopy
hub / github.com/zenml-io/zenml / commit

Method commit

src/zenml/models/v2/core/code_reference.py:97–103  ·  view source on GitHub ↗

The `commit` property. Returns: the value of the property.

(self)

Source from the content-addressed store, hash-verified

95 # Body and metadata properties
96 @property
97 def commit(self) -> str:
98 """The `commit` property.
99
100 Returns:
101 the value of the property.
102 """
103 return self.get_body().commit
104
105 @property
106 def subdirectory(self) -> str:

Callers 15

migrate_databaseMethod · 0.45
activate_serverMethod · 0.45
create_api_keyMethod · 0.45
update_api_keyMethod · 0.45
rotate_api_keyMethod · 0.45
delete_api_keyMethod · 0.45

Calls 1

get_bodyMethod · 0.45

Tested by

no test coverage detected