MCPcopy Create free account
hub / github.com/unconed/TermKit / defaultAdd

Function defaultAdd

HTML/external/syntaxhighlighter_3.0.83/src/shCore.js:1015–1018  ·  view source on GitHub ↗
(match, regexInfo)

Source from the content-addressed store, hash-verified

1013function getMatches(code, regexInfo)
1014{
1015 function defaultAdd(match, regexInfo)
1016 {
1017 return match[0];
1018 };
1019
1020 var index = 0,
1021 match = null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected