MCPcopy Create free account
hub / github.com/copier-org/copier / old_commit

Method old_commit

copier/_user_data.py:126–128  ·  view source on GitHub ↗

Commit when the project was updated from this template the last time.

(self)

Source from the content-addressed store, hash-verified

124 )
125
126 def old_commit(self) -> str | None:
127 """Commit when the project was updated from this template the last time."""
128 return self.last.get("_commit")
129
130 def hide(self, key: str) -> None:
131 """Remove an answer by key."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected