MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / loadPluginCommands.ts

File loadPluginCommands.ts

src/utils/plugins/loadPluginCommands.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import memoize from 'lodash-es/memoize.js'
2import { basename, dirname, join } from 'path'
3import { getInlinePlugins, getSessionId } from '../../bootstrap/state.js'
4import type { Command } from '../../types/command.js'

Callers

nothing calls this directly

Calls 13

isBareModeFunction · 0.85
getInlinePluginsFunction · 0.85
getPluginErrorMessageFunction · 0.85
getFsImplementationFunction · 0.85
isDuplicatePathFunction · 0.85
createPluginCommandFunction · 0.85
loadSkillsFromDirectoryFunction · 0.85
readFileMethod · 0.80
entriesMethod · 0.80
logForDebuggingFunction · 0.50
parseFrontmatterFunction · 0.50

Tested by

no test coverage detected