MCPcopy
hub / github.com/Famous/famous-angular / linkToCommit

Function linkToCommit

changelog.js:66–68  ·  view source on GitHub ↗
(hash)

Source from the content-addressed store, hash-verified

64
65
66var linkToCommit = function(hash) {
67 return util.format(LINK_COMMIT, hash.substr(0, 8), hash);
68};
69
70
71var currentDate = function() {

Callers 2

printSectionFunction · 0.85
writeChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected