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

Function memoizedUserPath

apps/desktop/src/main/service.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56};
57
58const memoizedUserPath = (): Promise<string | undefined> => {
59 userPathCapture ??= captureUserPath();
60 return userPathCapture;
61};
62
63const serviceEnv = async (
64 dataDir: string,

Callers 1

serviceEnvFunction · 0.85

Calls 1

captureUserPathFunction · 0.85

Tested by

no test coverage detected