MCPcopy Create free account
hub / github.com/reactjs/react-modal / log_entry

Function log_entry

scripts/changelog.py:34–39  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

32
33
34def log_entry(entry):
35 log = entry.split(' ')
36 hash = log[0]
37 log = ' '.join(log[1:])
38
39 return "- [%s](../../commit/%s) %s" % (hash, hash, log)
40
41
42def get_tags_date(tag):

Callers 1

write_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…