MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get_last_commit_date

Function get_last_commit_date

src/bonsai/bonsai/__init__.py:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58def get_last_commit_date() -> Union[str, None]:
59 if last_commit_date == str(9_999999):
60 return None
61 return last_commit_date
62
63
64def get_git_branch() -> Union[str, None]:

Callers 1

get_debug_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected