MCPcopy Create free account
hub / github.com/garrytan/gstack / chromiumProfileDir

Function chromiumProfileDir

browse/src/cli.ts:216–218  ·  view source on GitHub ↗

Profile dir used by headed/connect Chromium sessions.

()

Source from the content-addressed store, hash-verified

214// ─── Chromium profile lock helpers (#1781) ─────────────────────
215/** Profile dir used by headed/connect Chromium sessions. */
216function chromiumProfileDir(): string {
217 return path.join(process.env.HOME || '/tmp', '.gstack', 'chromium-profile');
218}
219
220/** Remove Chromium SingletonLock/Socket/Cookie so a relaunch can acquire the
221 * profile. Safe to call when absent. */

Callers 2

killOrphanChromiumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected