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

Function write_log

scripts/changelog.py:63–67  ·  view source on GitHub ↗
(acc, log)

Source from the content-addressed store, hash-verified

61 dashes = ("-" * len(header))
62
63 def write_log(acc, log):
64 if log[8:8+7] == 'Release' or log[8:8+7] == 'release':
65 return acc
66 acc.append(log_entry(log))
67 return acc
68
69 actual_log = list(functools.reduce(write_log,
70 logs.splitlines(),

Callers

nothing calls this directly

Calls 1

log_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…