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

Function isEphemeralToolProgress

src/utils/sessionStorage.ts:194–196  ·  view source on GitHub ↗
(dataType: unknown)

Source from the content-addressed store, hash-verified

192 : []),
193])
194export function isEphemeralToolProgress(dataType: unknown): boolean {
195 return typeof dataType === 'string' && EPHEMERAL_PROGRESS_TYPES.has(dataType)
196}
197
198export function getProjectsDir(): string {
199 return join(getClaudeConfigHomeDir(), 'projects')

Callers 1

REPLFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected