Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tailwindlabs/tailwindcss
/ firstLine
Function
firstLine
integrations/vite/index.test.ts:1114–1116 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
1112
)
1113
1114
function
firstLine(str: string) {
1115
return
str.split(
'\n'
)[0]
1116
}
1117
1118
test(
1119
'optimize option: disabled'
,
Callers
1
index.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected