MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / lower

Function lower

src/models/GitConfig.js:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114const lower = text => {
115 return text != null ? text.toLowerCase() : null
116}
117
118const getPath = (section, subsection, name) => {
119 return [lower(section), subsection, lower(name)]

Callers 1

getPathFunction · 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…