Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dresende/node-orm2
/ ucfirst
Function
ucfirst
lib/LazyLoad.js:103–105 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
101
}
102
103
function
ucfirst(text) {
104
return
text[0].toUpperCase() + text.substr(1).toLowerCase();
105
}
106
107
exports.extend = extend;
Callers
1
addLazyLoadProperty
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected