MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getCurrentTimestamp

Function getCurrentTimestamp

src/utils/plugins/pluginInstallationHelpers.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 * Get current ISO timestamp
72 */
73export function getCurrentTimestamp(): string {
74 return new Date().toISOString()
75}
76
77/**
78 * Validate that a resolved path stays within a base directory.

Callers 2

cacheAndRegisterPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected