Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ startsWithSlashToken
Function
startsWithSlashToken
internal/format/scanner.go:168–170 ·
view source on GitHub ↗
(t ast.Kind)
Source
from the content-addressed store, hash-verified
166
}
167
168
func
startsWithSlashToken(t ast.Kind) bool {
169
return
t == ast.KindSlashToken || t == ast.KindSlashEqualsToken
170
}
171
172
type
scanAction int
173
Callers
1
getNextToken
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected