MCPcopy Create free account
hub / github.com/apache/tvm / check_obj

Function check_obj

ci/scripts/github/ping_reviewers.py:118–122  ·  view source on GitHub ↗
(obj, name)

Source from the content-addressed store, hash-verified

116 last_action = (new_time, description)
117
118 def check_obj(obj, name):
119 update_last(obj["publishedAt"], f"{name} publishedAt: {obj}")
120 update_last(obj["updatedAt"], f"{name} updatedAt: {obj}")
121 update_last(obj["lastEditedAt"], f"{name} lastEditedAt: {obj}")
122 update_last(obj["createdAt"], f"{name} lastEditedAt: {obj}")
123
124 check_obj(pr, "pr")
125

Callers 1

check_prFunction · 0.85

Calls 1

update_lastFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…