MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearCommandPrefixCaches

Function clearCommandPrefixCaches

src/utils/bash/commands.ts:518–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 * Clear both command prefix caches. Called on /clear to release memory.
517 */
518export function clearCommandPrefixCaches(): void {
519 getCommandPrefix.cache.clear()
520 getCommandSubcommandPrefix.cache.clear()
521}
522
523const COMMAND_LIST_SEPARATORS = new Set<ControlOperator>([
524 '&&',

Callers 1

clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected