Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
const
memoizedUserPath = (): Promise<string | undefined> => {
59
userPathCapture ??= captureUserPath();
60
return
userPathCapture;
61
};
62
63
const
serviceEnv =
async
(
64
dataDir: string,
Callers
1
serviceEnv
Function · 0.85
Calls
1
captureUserPath
Function · 0.85
Tested by
no test coverage detected