mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
12 lines
284 B
TypeScript
12 lines
284 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export function logRemoteSkillLoaded(_data: {
|
|
slug: string;
|
|
cacheHit: boolean;
|
|
latencyMs: number;
|
|
urlScheme: string;
|
|
error?: string;
|
|
fileCount?: number;
|
|
totalBytes?: number;
|
|
fetchMethod?: string;
|
|
}): void {}
|