MCPcopy Index your code
hub / github.com/clns/node-commit-msg / cb

Function cb

lib/references/github.js:165–167  ·  view source on GitHub ↗
(match, user, repo, issue)

Source from the content-addressed store, hash-verified

163Issue.parse = function(text, config) {
164 var instances = [];
165 var cb = function(match, user, repo, issue) {
166 instances.push( new Issue(issue, repo, user, match, config) );
167 };
168 text.replace(config.references.github.pattern, cb);
169 return instances;
170}

Callers 10

commit-message.jsFile · 0.85
getPackageJsonConfigFunction · 0.85
processOutputFunction · 0.85
nlp-parser.jsFile · 0.85
parseSentenceFunction · 0.85
reference.jsFile · 0.85
determineUserRepoFunction · 0.85
github.jsFile · 0.85
commit-message.jsFile · 0.85
nlp-parser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected