MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / createTmpPath

Function createTmpPath

src/runtime/registry.ts:137–140  ·  view source on GitHub ↗
(entryPath: string)

Source from the content-addressed store, hash-verified

135}
136
137function createTmpPath(entryPath: string): string {
138 const suffix = `${process.pid}.${Date.now()}.${Math.random().toString(16).slice(2)}`;
139 return `${entryPath}.tmp.${suffix}`;
140}
141
142function writeEntryFile(entry: RegistryEntry): void {
143 ensureRegistryReady();

Callers 1

writeEntryFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected