Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codebymitch/TitanBot
/ prefixParser.test.js
File
prefixParser.test.js
tests/prefixParser.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
test from
'node:test'
;
2
import
assert from
'node:assert/strict'
;
3
4
import
{ parsePrefixCommand, mapArgumentsToOptions } from
'../src/utils/prefixParser.js'
;
Callers
nothing calls this directly
Calls
5
parsePrefixCommand
Function · 0.90
resolveCommandAlias
Function · 0.90
resolveSubcommandAlias
Function · 0.90
mapArgumentsToOptions
Function · 0.90
getPrefixRestriction
Function · 0.90
Tested by
no test coverage detected