MCPcopy Create free account
hub / github.com/anus-dev/ANUS / writeInstallationIdToFile

Function writeInstallationIdToFile

packages/core/src/utils/user_id.ts:32–34  ·  view source on GitHub ↗
(installationId: string)

Source from the content-addressed store, hash-verified

30}
31
32function writeInstallationIdToFile(installationId: string) {
33 fs.writeFileSync(installationIdFile, installationId, 'utf-8');
34}
35
36/**
37 * Retrieves the installation ID from a file, creating it if it doesn't exist.

Callers 1

getInstallationIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected