MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / probeAccount

Function probeAccount

packages/plugins/keychain/src/index.ts:22–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// cares about, so test it directly.
21const PROBE_VALUE = "probe";
22const probeAccount = (): string =>
23 `__executor_keychain_probe__:${process.pid}:${Date.now()}:${Math.random().toString(36).slice(2)}`;
24
25// ---------------------------------------------------------------------------
26// Re-exports

Callers 1

index.tsFile · 0.85

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected