Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postcss/postcss
/ capitalize
Function
capitalize
lib/stringifier.js:30–32 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
capitalize(str) {
31
return
str[0].toUpperCase() + str.slice(1)
32
}
33
34
class
Stringifier {
35
constructor(builder) {
Callers
1
raw
Method · 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…