Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ygs-code/vue
/ isStringStart
Function
isStringStart
vue.js:10042–10045 ·
view source on GitHub ↗
(chr)
Source
from the content-addressed store, hash-verified
10040
10041
//如果是 " 或者 ' 的时候返回真
10042
function
isStringStart(chr) {
10043
// " '
10044
return
chr === 0x22 || chr === 0x27
10045
}
10046
10047
//检测 匹配[] 一对这样的=括号
10048
function
parseBracket(chr) {
Callers
2
parseModel
Function · 0.85
parseBracket
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected