Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Dimillian/CodexMonitor
/ isOptionToken
Function
isOptionToken
src/utils/threadItems.explore.ts:154–156 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
152
}
153
154
function
isOptionToken(token: string) {
155
return
token.startsWith(
"-"
);
156
}
157
158
function
isPathLike(token: string) {
159
if
(!token || isOptionToken(token)) {
Callers
2
isPathLike
Function · 0.85
collectNonFlagOperands
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected